summaryrefslogtreecommitdiff
path: root/docs/markdown/Tutorial.md
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-05-04 18:02:05 +1000
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-04 22:09:27 +0300
commita576791064b92bfe44c958648eee64f55e87b23d (patch)
treef27b22873ab25ee2faaed50695a94ef8e7362253 /docs/markdown/Tutorial.md
parentca924451ac257d4b410d5da33d9354d195490237 (diff)
downloadmeson-a576791064b92bfe44c958648eee64f55e87b23d.tar.gz
Use American English - 'ise' -> 'ize' where applicable
Diffstat (limited to 'docs/markdown/Tutorial.md')
-rw-r--r--docs/markdown/Tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Tutorial.md b/docs/markdown/Tutorial.md
index 1ee784529..b8e268e70 100644
--- a/docs/markdown/Tutorial.md
+++ b/docs/markdown/Tutorial.md
@@ -27,7 +27,7 @@ project('tutorial', 'c')
executable('demo', 'main.c')
```
-That is all. We are now ready to build our application. First we need to initialise the build by going into the source directory and issuing the following commands.
+That is all. We are now ready to build our application. First we need to initialize the build by going into the source directory and issuing the following commands.
```console
$ meson builddir