aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2018-01-19 09:16:02 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2018-01-19 15:53:00 +0200
commitbdfcecd2c6337cc9ebc3256abadafe0d47b90a8d (patch)
tree4e1f8f97472a765f0a5d6b9213b9f7891c18bc1b /docs/markdown
parenta941ba219c57b49cc81338a4ff1f31e9d5cd7ee9 (diff)
downloadmeson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.zip
meson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.tar.gz
meson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.tar.bz2
Correct spelling mistakes.
Diffstat (limited to 'docs/markdown')
-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 169bf4c..293b629 100644
--- a/docs/markdown/Contributing.md
+++ b/docs/markdown/Contributing.md
@@ -20,7 +20,7 @@ test run before they are even considered for submission.
## Tests
-All new features must come with automatic tests that throughly prove
+All new features must come with automatic tests that thoroughly prove
that the feature is working as expected. Similarly bug fixes must come
with a unit test that demonstrates the bug, proves that it has been
fixed and prevents the feature from breaking in the future.