aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-05-04 17:53:04 +1000
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-04 22:09:27 +0300
commitca924451ac257d4b410d5da33d9354d195490237 (patch)
treee4ce98c8f8ba4a9b0cc00ebdf98de8672be82de5 /mesonbuild/backend
parentfe85721e7e97260b24da3911b4265535116b55cd (diff)
downloadmeson-ca924451ac257d4b410d5da33d9354d195490237.zip
meson-ca924451ac257d4b410d5da33d9354d195490237.tar.gz
meson-ca924451ac257d4b410d5da33d9354d195490237.tar.bz2
Use American English: behaviour -> behavior
Diffstat (limited to 'mesonbuild/backend')
-rw-r--r--mesonbuild/backend/ninjabackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/backend/ninjabackend.py b/mesonbuild/backend/ninjabackend.py
index fd6489c..88bd7ca 100644
--- a/mesonbuild/backend/ninjabackend.py
+++ b/mesonbuild/backend/ninjabackend.py
@@ -2375,7 +2375,7 @@ rule FORTRAN_DEP_HACK
cmds.append('-D' + k + '=' + (v.value if isinstance(v.value, str) else str(v.value).lower()))
# The order of these arguments must be the same between runs of Meson
# to ensure reproducible output. The order we pass them shouldn't
- # affect behaviour in any other way.
+ # affect behavior in any other way.
return sorted(cmds)
# For things like scan-build and other helper tools we might have.