aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/203 function attributes/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/203 function attributes/meson.build')
-rw-r--r--test cases/common/203 function attributes/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/203 function attributes/meson.build b/test cases/common/203 function attributes/meson.build
index 43ed011..69228e6 100644
--- a/test cases/common/203 function attributes/meson.build
+++ b/test cases/common/203 function attributes/meson.build
@@ -20,7 +20,7 @@ c = meson.get_compiler('c')
cpp = meson.get_compiler('cpp')
if c.get_id() == 'pgi'
- error('MESON_SKIP_TEST: PGI supports its own set of features, will need a seperate list for PGI to test it.')
+ error('MESON_SKIP_TEST: PGI supports its own set of features, will need a separate list for PGI to test it.')
endif
expected_result = not ['msvc', 'clang-cl', 'intel-cl'].contains(c.get_id())