aboutsummaryrefslogtreecommitdiff
path: root/docs/source/contributing.rst
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-03-06 12:18:18 +1300
committerMike Toews <mwtoews@gmail.com>2018-03-06 12:18:18 +1300
commit5769d0bceef0b72494b87f63b040dafaed5da983 (patch)
treed4cf02584fcfaa477639a973dab2029e1d4a5147 /docs/source/contributing.rst
parent7d9a545d5052c3845a43c0bd96c124e93ed6d630 (diff)
downloadPROJ-5769d0bceef0b72494b87f63b040dafaed5da983.tar.gz
PROJ-5769d0bceef0b72494b87f63b040dafaed5da983.zip
fix a few typos (again)
Diffstat (limited to 'docs/source/contributing.rst')
-rw-r--r--docs/source/contributing.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst
index 5e198ae7..5f55ed9a 100644
--- a/docs/source/contributing.rst
+++ b/docs/source/contributing.rst
@@ -84,8 +84,8 @@ Note that not all feature requests are accepted.
Write documentation
-------------------
-PROJ is in dire need of better documentation. Any contributiions of
-documentation are greatly appreaciated. The PROJ documentation is
+PROJ is in dire need of better documentation. Any contributions of
+documentation are greatly appreciated. The PROJ 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
@@ -157,7 +157,7 @@ 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 files should use spaces as
+when evaluating the changed code. New files should use spaces as
whitespace.
File names
@@ -237,6 +237,6 @@ Acknowledgements
The *code contribution* section of this CONTRIBUTING file is inspired by
`PDAL's <https://github.com/PDAL/PDAL/blob/master/CONTRIBUTING.md>`__
-and the *legalese* section is modified from `GDAL contributer
+and the *legalese* section is modified from `GDAL commiter
guidelines <https://trac.osgeo.org/gdal/wiki/rfc3_commiters>`__