Fix some typos

Prefer initialize over initialise since used more often in the sources.
This commit is contained in:
Guido Günther 2018-01-30 16:06:45 +01:00
parent f152fdb4c5
commit c5aac77692
3 changed files with 5 additions and 5 deletions

View file

@ -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')