aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter
diff options
context:
space:
mode:
authorrusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-10-30 16:24:23 +0000
committerXavier Claessens <xclaesse@gmail.com>2021-10-30 14:29:17 -0400
commit44b4fc914ebe7371a7472f76c5c3692b7bc35b18 (patch)
treee198bfcc1c2ff8e3f097535b7034925cef0caeeb /mesonbuild/interpreter
parent85e92b5c4e494fc640a89650cf61b90221fbd5d7 (diff)
downloadmeson-44b4fc914ebe7371a7472f76c5c3692b7bc35b18.zip
meson-44b4fc914ebe7371a7472f76c5c3692b7bc35b18.tar.gz
meson-44b4fc914ebe7371a7472f76c5c3692b7bc35b18.tar.bz2
Typo fixes (CustomTaget -> CustomTarget)
Diffstat (limited to 'mesonbuild/interpreter')
-rw-r--r--mesonbuild/interpreter/mesonmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/interpreter/mesonmain.py b/mesonbuild/interpreter/mesonmain.py
index 5d35410..d030f24 100644
--- a/mesonbuild/interpreter/mesonmain.py
+++ b/mesonbuild/interpreter/mesonmain.py
@@ -127,7 +127,7 @@ class MesonMain(MesonInterpreterObject):
if new:
FeatureNew.single_use(
- f'Calling "{name}" with File, CustomTaget, Index of CustomTarget, '
+ f'Calling "{name}" with File, CustomTarget, Index of CustomTarget, '
'Executable, or ExternalProgram',
'0.55.0', self.interpreter.subproject)
return script_args