From dbd1e154ab7d1df39740dbe1f4460d4f63bac9b2 Mon Sep 17 00:00:00 2001 From: Yasushi SHOJI Date: Mon, 15 Nov 2021 05:01:21 +0900 Subject: interpreter: Fix a typo This is a trivial typo. Fix projeccts to projects. Signed-off-by: Yasushi SHOJI --- mesonbuild/interpreter/interpreter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/interpreter/interpreter.py b/mesonbuild/interpreter/interpreter.py index 211bdb5..3953ae1 100644 --- a/mesonbuild/interpreter/interpreter.py +++ b/mesonbuild/interpreter/interpreter.py @@ -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. -- cgit v1.1