aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-02-23 14:10:48 +1300
committerMike Toews <mwtoews@gmail.com>2018-02-23 14:14:55 +1300
commit7e2b86e5d1598944626152c89fda0d1d9d5c1b0c (patch)
treea486222ff67af5e9691598eeb1b4aab19f080e3e /CONTRIBUTING.md
parent3fcaf7dd2f5334908536126429bc6a4f26261bde (diff)
downloadPROJ-7e2b86e5d1598944626152c89fda0d1d9d5c1b0c.tar.gz
PROJ-7e2b86e5d1598944626152c89fda0d1d9d5c1b0c.zip
Tidy a few typos
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fd2ab269..59cb14be 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -67,8 +67,8 @@ Note that not all feature requests are accepted.
## Write documentation
-PROJ.4 is in dire need of better documentation. Any contributiions of documentation
-are greatly appreaciated. The PROJ.4 documentation is available on [proj4.org](ttp://proj4.org).
+PROJ.4 is in dire need of better documentation. Any contributions of documentation
+are greatly appreciated. The PROJ.4 documentation is available on [proj4.org](ttp://proj4.org).
The website is generated with [Sphinx](http://www.sphinx-doc.org/en/stable/). Contributions
to the documentation should be made as [Pull Requests](https://github.com/OSGeo/proj.4/pulls)
on GitHub.
@@ -121,7 +121,7 @@ Throughout the PROJ.4 code base you will see differing whitespace use.
The general rule is to keep whitespace in whatever form it is
in the file you are currently editing. If the file has a mix of tabs and space please
convert the tabs to space in a separate commit before making any other changes. This
-makes it a lot easier to see the changes in diffs when evaulating the changed code. New
+makes it a lot easier to see the changes in diffs when evaluating the changed code. New
files should use spaces as whitespace.
#### File names