From 8db9cc2876f3782f33159ff970d8ba5ceeccaba4 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sun, 17 Jan 2021 16:29:38 +0100 Subject: Merge pull request #2505 from visr/typos fix a few typos in the docs --- docs/source/community/code_contributions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/community/code_contributions.rst') 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. -- cgit v1.2.3