diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-04 17:53:04 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 22:09:27 +0300 |
commit | ca924451ac257d4b410d5da33d9354d195490237 (patch) | |
tree | e4ce98c8f8ba4a9b0cc00ebdf98de8672be82de5 /mesonbuild/compilers.py | |
parent | fe85721e7e97260b24da3911b4265535116b55cd (diff) | |
download | meson-ca924451ac257d4b410d5da33d9354d195490237.zip meson-ca924451ac257d4b410d5da33d9354d195490237.tar.gz meson-ca924451ac257d4b410d5da33d9354d195490237.tar.bz2 |
Use American English: behaviour -> behavior
Diffstat (limited to 'mesonbuild/compilers.py')
-rw-r--r-- | mesonbuild/compilers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers.py b/mesonbuild/compilers.py index ba0fb4e..3d2cd96 100644 --- a/mesonbuild/compilers.py +++ b/mesonbuild/compilers.py @@ -761,7 +761,7 @@ class CCompiler(Compiler): def split_shlib_to_parts(self, fname): return None, fname - # The default behaviour is this, override in + # The default behavior is this, override in # OSX and MSVC. def build_rpath_args(self, build_dir, rpath_paths, install_rpath): return build_unix_rpath_args(build_dir, rpath_paths, install_rpath) |