diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-04 17:53:04 +1000 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 22:09:27 +0300 |
| commit | ca924451ac257d4b410d5da33d9354d195490237 (patch) | |
| tree | e4ce98c8f8ba4a9b0cc00ebdf98de8672be82de5 /docs/markdown/Installing.md | |
| parent | fe85721e7e97260b24da3911b4265535116b55cd (diff) | |
| download | meson-ca924451ac257d4b410d5da33d9354d195490237.tar.gz | |
Use American English: behaviour -> behavior
Diffstat (limited to 'docs/markdown/Installing.md')
| -rw-r--r-- | docs/markdown/Installing.md | 2 |
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. |
