summaryrefslogtreecommitdiff
path: root/docs/markdown/Installing.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/Installing.md
parentfe85721e7e97260b24da3911b4265535116b55cd (diff)
downloadmeson-ca924451ac257d4b410d5da33d9354d195490237.tar.gz
Use American English: behaviour -> behavior
Diffstat (limited to 'docs/markdown/Installing.md')
-rw-r--r--docs/markdown/Installing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md
index f18688902..3454d49b2 100644
--- a/docs/markdown/Installing.md
+++ b/docs/markdown/Installing.md
@@ -44,7 +44,7 @@ giving an absolute install path.
install_data(sources : 'foo.dat', install_dir : '/etc') # -> /etc/foo.dat
```
-## Custom install behaviour ##
+## Custom install behavior ##
Sometimes you need to do more than just install basic targets. Meson makes this easy by allowing you to specify a custom script to execute at install time. As an example, here is a script that generates an empty file in a custom directory.