From 40dc15057c1f0cd842dce20d52d2b53ac2249b4a Mon Sep 17 00:00:00 2001 From: Kelson Date: Sat, 14 Dec 2019 15:21:16 +0100 Subject: [PATCH] Fix small typo --- kiwixbuild/buildenv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/buildenv.py b/kiwixbuild/buildenv.py index 1568090..3b9fc41 100644 --- a/kiwixbuild/buildenv.py +++ b/kiwixbuild/buildenv.py @@ -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):