diff options
author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-02 21:03:27 -0400 |
---|---|---|
committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-03 16:20:53 -0400 |
commit | f3ad633f55b8f2ac744924ca38018c41ee035f1e (patch) | |
tree | 5c61bf27c870ecb53b24bf6708d74b7977da542d /docs/markdown/Compiler-properties.md | |
parent | b80d40c287789ec0cb430842923a0254c86a6150 (diff) | |
download | meson-f3ad633f55b8f2ac744924ca38018c41ee035f1e.zip meson-f3ad633f55b8f2ac744924ca38018c41ee035f1e.tar.gz meson-f3ad633f55b8f2ac744924ca38018c41ee035f1e.tar.bz2 |
doc: Fix several minor typos.
Diffstat (limited to 'docs/markdown/Compiler-properties.md')
-rw-r--r-- | docs/markdown/Compiler-properties.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md index 9d533cd..d6ee823 100644 --- a/docs/markdown/Compiler-properties.md +++ b/docs/markdown/Compiler-properties.md @@ -10,7 +10,7 @@ Here we extract the C compiler. We could also have given the argument `cpp` to g ## System information -This is a bit complex and more throughly explained on the page on [cross compilation](Cross compilation). But if you just want to know the operating system your code will run on, issue this command: +This is a bit complex and more thoroughly explained on the page on [cross compilation](Cross compilation). But if you just want to know the operating system your code will run on, issue this command: ```meson host_machine.system() |