summaryrefslogtreecommitdiff
path: root/docs/markdown/Tutorial.md
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-02 21:03:27 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-03 16:20:53 -0400
commitf3ad633f55b8f2ac744924ca38018c41ee035f1e (patch)
tree5c61bf27c870ecb53b24bf6708d74b7977da542d /docs/markdown/Tutorial.md
parentb80d40c287789ec0cb430842923a0254c86a6150 (diff)
downloadmeson-f3ad633f55b8f2ac744924ca38018c41ee035f1e.tar.gz
doc: Fix several minor typos.
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 8d0d137d0..1ee784529 100644
--- a/docs/markdown/Tutorial.md
+++ b/docs/markdown/Tutorial.md
@@ -33,7 +33,7 @@ That is all. We are now ready to build our application. First we need to initial
$ meson builddir
```
-We create a separate build directory to hold all of the compiler output. Meson is different from some other build systems in that it does not permit in-source builds. You must always create a separate build directory. Common convention is to put the default build directory in a subdirectory of your toplevel source directory.
+We create a separate build directory to hold all of the compiler output. Meson is different from some other build systems in that it does not permit in-source builds. You must always create a separate build directory. Common convention is to put the default build directory in a subdirectory of your top level source directory.
When Meson is run it prints the following output.