diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-04 18:02:05 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 22:09:27 +0300 |
commit | a576791064b92bfe44c958648eee64f55e87b23d (patch) | |
tree | f27b22873ab25ee2faaed50695a94ef8e7362253 /contributing.txt | |
parent | ca924451ac257d4b410d5da33d9354d195490237 (diff) | |
download | meson-a576791064b92bfe44c958648eee64f55e87b23d.zip meson-a576791064b92bfe44c958648eee64f55e87b23d.tar.gz meson-a576791064b92bfe44c958648eee64f55e87b23d.tar.bz2 |
Use American English - 'ise' -> 'ize' where applicable
Diffstat (limited to 'contributing.txt')
-rw-r--r-- | contributing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.txt b/contributing.txt index cb71ca0..fc6e0ba 100644 --- a/contributing.txt +++ b/contributing.txt @@ -46,7 +46,7 @@ What not to contribute? There are a few things that people seem to want to add to Meson but which are not there by design and will not be added either. -The first one is defining your own functions or a generalised for loop. +The first one is defining your own functions or a generalized for loop. These are bad because they would make Meson's DSL Turing complete. The second feature is a Make backend. |