Skip to content

Commit

Permalink
spelling: arithmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 26, 2017
1 parent 8a66cfb commit 1d708d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test cases/common/71 arithmetic bidmas/meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 1d708d1

Please sign in to comment.