summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:39:39 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:28 +0000
commit549a4a82e0b918809e718ea966961f3332b6d5c5 (patch)
treea5280ba5d87f8eb7d85e3144218bf28892662034 /docs-xml
parentd605860cf40e8695a54436d768dacf345cd3552e (diff)
downloadsamba-549a4a82e0b918809e718ea966961f3332b6d5c5.tar.gz
Spelling fixes s/preceeding/preceding/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba-Developers-Guide/CodingSuggestions.xml2
-rw-r--r--docs-xml/Samba-Developers-Guide/parsing.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/Samba-Developers-Guide/CodingSuggestions.xml b/docs-xml/Samba-Developers-Guide/CodingSuggestions.xml
index 14044ca1bf7..4adb8cb09b7 100644
--- a/docs-xml/Samba-Developers-Guide/CodingSuggestions.xml
+++ b/docs-xml/Samba-Developers-Guide/CodingSuggestions.xml
@@ -232,7 +232,7 @@ Here are some other suggestions:
<para>
The suggestions above are simply that, suggestions, but the information may
-help in reducing the routine rework done on new code. The preceeding list
+help in reducing the routine rework done on new code. The preceding list
is expected to change routinely as new support routines and macros are
added.
</para>
diff --git a/docs-xml/Samba-Developers-Guide/parsing.xml b/docs-xml/Samba-Developers-Guide/parsing.xml
index e0d5fe385b6..c6daf350e7c 100644
--- a/docs-xml/Samba-Developers-Guide/parsing.xml
+++ b/docs-xml/Samba-Developers-Guide/parsing.xml
@@ -122,7 +122,7 @@ analyzer. For example:
<para>
Note that there are five spaces following the word 'string',
representing the one space between 'string' and '\\' in the top
-line, plus the four preceeding the word 'with' in the second line.
+line, plus the four preceding the word 'with' in the second line.
(Yes, I'm counting the indentation.)
</para>