From a576791064b92bfe44c958648eee64f55e87b23d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 4 May 2017 18:02:05 +1000 Subject: Use American English - 'ise' -> 'ize' where applicable --- docs/markdown/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Tutorial.md') 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 -- cgit v1.2.3