aboutsummaryrefslogtreecommitdiff
path: root/docs/source/community
diff options
context:
space:
mode:
authorMartijn Visser <mgvisser@gmail.com>2021-01-17 11:57:39 +0100
committerMartijn Visser <mgvisser@gmail.com>2021-01-17 11:57:39 +0100
commit169ccbb7a0a4d64a300f111d38e1e25bddbd5182 (patch)
treeb3f00362a652d1b7ea35bbe4a974f6b0d6acb0cb /docs/source/community
parent1e7f6c68bfb54727b855533ad00ed335b092f56a (diff)
downloadPROJ-169ccbb7a0a4d64a300f111d38e1e25bddbd5182.tar.gz
PROJ-169ccbb7a0a4d64a300f111d38e1e25bddbd5182.zip
fix a few typos in the docs
Diffstat (limited to 'docs/source/community')
-rw-r--r--docs/source/community/code_contributions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/community/code_contributions.rst b/docs/source/community/code_contributions.rst
index 17d358ee..7f8c88fa 100644
--- a/docs/source/community/code_contributions.rst
+++ b/docs/source/community/code_contributions.rst
@@ -60,7 +60,7 @@ Coding style
^^^^^^^^^^^^
The parts of the code base that has started its life as C++ is formatted with
-``clang-format`` using the sript ``scripts/reformat_cpp.sh``. This is mostly
+``clang-format`` using the script ``scripts/reformat_cpp.sh``. This is mostly
contained to the code in `src/iso19111/` but a few other `.cpp`-files are
covered as well.