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/backend/ninjabackend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/backend/ninjabackend.py') 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. -- cgit v1.1