diff options
author | emersion <contact@emersion.fr> | 2018-01-30 18:14:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30 18:14:46 +0100 |
commit | 429f06d3f16c0401bb8a4acfbfc239b2745c9496 (patch) | |
tree | 6f8e17fb2a323dc271b4a7b138b468284799c8b2 /meson.build | |
parent | f152fdb4c5ef46f9873b244c0616393efe039745 (diff) | |
parent | c5aac776929cd5abed96463b635f0382d3047fbf (diff) |
Merge pull request #597 from agx/typos
Fix some typos
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 55b07efa..236abd6b 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,7 @@ wlr_inc = include_directories('include') cc = meson.get_compiler('c') -# Clang complains about some zeroed initialiser lists (= {0}), even though they +# Clang complains about some zeroed initializer lists (= {0}), even though they # are valid if cc.get_id() == 'clang' add_project_arguments('-Wno-missing-field-initializers', language: 'c') |