diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-04 18:02:05 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 22:09:27 +0300 |
commit | a576791064b92bfe44c958648eee64f55e87b23d (patch) | |
tree | f27b22873ab25ee2faaed50695a94ef8e7362253 /docs/markdown/howtox.md | |
parent | ca924451ac257d4b410d5da33d9354d195490237 (diff) | |
download | meson-a576791064b92bfe44c958648eee64f55e87b23d.zip meson-a576791064b92bfe44c958648eee64f55e87b23d.tar.gz meson-a576791064b92bfe44c958648eee64f55e87b23d.tar.bz2 |
Use American English - 'ise' -> 'ize' where applicable
Diffstat (limited to 'docs/markdown/howtox.md')
-rw-r--r-- | docs/markdown/howtox.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index bc83332..f95dfb9 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -75,7 +75,7 @@ configure_file(...) ## Producing a coverage report -First initialise the build directory with this command. +First initialize the build directory with this command. ```console $ meson <other flags> -Db_coverage=true |