From ca924451ac257d4b410d5da33d9354d195490237 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 4 May 2017 17:53:04 +1000 Subject: Use American English: behaviour -> behavior --- mesonbuild/compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/compilers.py') diff --git a/mesonbuild/compilers.py b/mesonbuild/compilers.py index ba0fb4e9a..3d2cd9613 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) -- cgit v1.2.1