aboutsummaryrefslogtreecommitdiffstats
path: root/manual/contributing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/contributing.rst')
-rw-r--r--manual/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/contributing.rst b/manual/contributing.rst
index a6837408..a6a612ec 100644
--- a/manual/contributing.rst
+++ b/manual/contributing.rst
@@ -33,7 +33,7 @@ differences, ``clang-format`` is authoritative. It is not possible to
make ``cc-mode`` and ``clang-format`` exactly match since the syntax
parser in emacs is not as sophisticated.
-Blocks of code that should not be formatted can be surrouned by the
+Blocks of code that should not be formatted can be surrounded by the
comments ``// clang-format off`` and ``// clang-format on``. Sometimes
clang-format tries to combine lines in ways that are undesirable. In
this case, we follow a convention of adding a comment ``//