diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-25 14:38:50 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-25 14:38:50 +0200 |
commit | d38cc8f9ca2974ac55c6a486d9d64d030c23b9b1 (patch) | |
tree | 5bb1a657dbbc4c57fe46fb22feb5184b11b2682f | |
parent | 3b9181b4698b1f2361a0c06925cca5b861de0659 (diff) | |
download | meson-d38cc8f9ca2974ac55c6a486d9d64d030c23b9b1.zip meson-d38cc8f9ca2974ac55c6a486d9d64d030c23b9b1.tar.gz meson-d38cc8f9ca2974ac55c6a486d9d64d030c23b9b1.tar.bz2 |
Typo fix.
-rw-r--r-- | contributing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.txt b/contributing.txt index ca2d191..50446e4 100644 --- a/contributing.txt +++ b/contributing.txt @@ -23,7 +23,7 @@ following: External dependencies The goal of Meson is to be as easily usable as possible. The user -experience thould be "get Python3, run", even on +experience thould be "get Python3 and Ninja, run", even on Windows. Unfortunately this means that we can't have dependencies on projects outside of Python's standard library. This applies only to core functionality, though. For additional helper programs etc the use |