Fix small typo

This commit is contained in:
Kelson 2019-12-14 15:21:16 +01:00
parent eb0df06bb0
commit 40dc15057c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class PlatformNeutralEnv:
sys.exit("ERROR: ninja command not found")
self.meson_command = self._detect_meson()
if not self.meson_command:
sys.exit("ERROR: meson command not fount")
sys.exit("ERROR: meson command not found")
self.mesontest_command = "{} test".format(self.meson_command)
def detect_platform(self):