From f3ad633f55b8f2ac744924ca38018c41ee035f1e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 2 May 2017 21:03:27 -0400 Subject: doc: Fix several minor typos. --- docs/markdown/Compiler-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Compiler-properties.md') diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md index 9d533cdcc..d6ee823a0 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() -- cgit v1.2.3