Typo fixes (CustomTaget -> CustomTarget)

pull/9420/head
rusty-snake 3 years ago committed by Xavier Claessens
parent 85e92b5c4e
commit 44b4fc914e
  1. 2
      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

Loading…
Cancel
Save