From 79d04cebf7ed0f2d7f8b09578f3829cd5dd0395e Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 1 Mar 2020 15:05:16 -0800 Subject: fix typo --- mesonbuild/minit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/minit.py') diff --git a/mesonbuild/minit.py b/mesonbuild/minit.py index 2cb225c..e861290 100644 --- a/mesonbuild/minit.py +++ b/mesonbuild/minit.py @@ -228,7 +228,7 @@ def run(options) -> int: Here we generate the new Meson sample project. ''' if not Path(options.wd).exists(): - sys.exit('Project source root directory not found. Run this command in build directory root.') + sys.exit('Project source root directory not found. Run this command in source directory root.') os.chdir(options.wd) if not glob('*'): -- cgit v1.1