aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHRXN <Hrxn@users.noreply.github.com>2021-03-21 17:19:19 +0100
committerXavier Claessens <xclaesse@gmail.com>2021-03-21 12:26:54 -0400
commit9dc7abe697af9e53fcd9783f6b2f5b2e223ba3c6 (patch)
tree691407eae3d86770aab73fe556f3b1303f0d7e4b
parent9016e4596c4c7e413322c8c4b898298b6d48b7e5 (diff)
downloadmeson-9dc7abe697af9e53fcd9783f6b2f5b2e223ba3c6.zip
meson-9dc7abe697af9e53fcd9783f6b2f5b2e223ba3c6.tar.gz
meson-9dc7abe697af9e53fcd9783f6b2f5b2e223ba3c6.tar.bz2
Docs: Fix small typo
-rw-r--r--docs/markdown/Contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md
index 647d0fd..aec73ec 100644
--- a/docs/markdown/Contributing.md
+++ b/docs/markdown/Contributing.md
@@ -532,7 +532,7 @@ line switches.
themselves.
- Never use features of the Unix shell (or Windows shell for that
- matter). Doing things like forwaring output with `>` or invoking
+ matter). Doing things like forwarding output with `>` or invoking
multiple commands with `&&` are not permitted. Whenever these sorts
of requirements show up, write an internal Python script with the
desired functionality and use that instead.