aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:12:00 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-11-26 05:12:00 +0000
commit1d708d14f7900d357107c6a48ebe718ba14bde51 (patch)
tree32678d19210e06a3a360017bc42fb27a2b56b478
parent8a66cfb2afe1f0354ba3234dbd113c1e2df5244d (diff)
downloadmeson-1d708d14f7900d357107c6a48ebe718ba14bde51.zip
meson-1d708d14f7900d357107c6a48ebe718ba14bde51.tar.gz
meson-1d708d14f7900d357107c6a48ebe718ba14bde51.tar.bz2
spelling: arithmetic
-rw-r--r--test cases/common/71 arithmetic bidmas/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/71 arithmetic bidmas/meson.build b/test cases/common/71 arithmetic bidmas/meson.build
index 2a530c8..c7334b4 100644
--- a/test cases/common/71 arithmetic bidmas/meson.build
+++ b/test cases/common/71 arithmetic bidmas/meson.build
@@ -1,7 +1,7 @@
project('arithmetic bidmas', 'c')
if 5 * 3 - 6 / 2 + 1 != 13
- error('Arithemtic bidmas broken')
+ error('Arithmetic bidmas broken')
endif
if 5 * (3 - 6 / 2) + 1 != 1
error('Arithmetic bidmas with brackets broken')