summaryrefslogtreecommitdiff
path: root/contributing.txt
diff options
context:
space:
mode:
authoralvarez86 <pauloaalvarez@gmail.com>2016-11-07 17:26:46 -0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-11-07 11:26:46 -0800
commit87f07cdf3db9923b41ac23d27d8e017c8c57ecc3 (patch)
treebc5038e7aa03d458cb2e2a55750edc9a5ab07d9a /contributing.txt
parent8d182e00c9dae45c8abe2df7e0c347fc5ce7deef (diff)
downloadmeson-87f07cdf3db9923b41ac23d27d8e017c8c57ecc3.tar.gz
Minor adjusts (#1001)
* contributing: Use should instead of thould * interpreter: Use exist_ok parameter in subdir function We explicitly depend on python 3.4 or newer, which means the exist_ok parameter is available. Use it instead of a try with a pass on except. * authors: Add my name at the end of authors file
Diffstat (limited to 'contributing.txt')
-rw-r--r--contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.txt b/contributing.txt
index 7553ab0cc..cb71ca0d0 100644
--- a/contributing.txt
+++ b/contributing.txt
@@ -32,7 +32,7 @@ those are simple.
External dependencies
The goal of Meson is to be as easily usable as possible. The user
-experience thould be "get Python3 and Ninja, run", even on
+experience should 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