interpreter: Fix a typo
This is a trivial typo. Fix projeccts to projects. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
parent
364d951b34
commit
dbd1e154ab
|
@ -2316,7 +2316,7 @@ This will become a hard error in the future.''', location=self.current_node)
|
|||
mlog.warning('include_directories sandbox violation!')
|
||||
print(textwrap.dedent(f'''\
|
||||
The project is trying to access the directory {a} which belongs to a different
|
||||
subproject. This is a problem as it hardcodes the relative paths of these two projeccts.
|
||||
subproject. This is a problem as it hardcodes the relative paths of these two projects.
|
||||
This makes it impossible to compile the project in any other directory layout and also
|
||||
prevents the subproject from changing its own directory layout.
|
||||
|
||||
|
|
Loading…
Reference in New Issue