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:
Yasushi SHOJI 2021-11-15 05:01:21 +09:00 committed by Eli Schwartz
parent 364d951b34
commit dbd1e154ab
1 changed files with 1 additions and 1 deletions

View File

@ -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.