aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/howtox.md
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 /docs/markdown/howtox.md
parentfe85721e7e97260b24da3911b4265535116b55cd (diff)
downloadmeson-ca924451ac257d4b410d5da33d9354d195490237.zip
meson-ca924451ac257d4b410d5da33d9354d195490237.tar.gz
meson-ca924451ac257d4b410d5da33d9354d195490237.tar.bz2
Use American English: behaviour -> behavior
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r--docs/markdown/howtox.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md
index 2e43276..bc83332 100644
--- a/docs/markdown/howtox.md
+++ b/docs/markdown/howtox.md
@@ -28,7 +28,7 @@ executable(..., dependencies : thread_dep)
## Set extra compiler and linker flags from the outside (when e.g. building distro packages)
-The behaviour is the same as with other build systems, with environment variables during first invocation.
+The behavior is the same as with other build systems, with environment variables during first invocation.
```console
$ CFLAGS=-fsomething LDFLAGS=-Wl,--linker-flag meson <options>