summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:33:04 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:27 +0000
commit995f0736c668513476ce0bdc1fd073c701dfe7d0 (patch)
tree7a3267752058fa476501c528a0174b923310d023 /docs-xml
parent08cc61f9b68ff12d77b698103d2ce99f3d84f6fa (diff)
downloadsamba-995f0736c668513476ce0bdc1fd073c701dfe7d0.tar.gz
Spelling fixes s/rebuilded/rebuilt/
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/modules.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/Samba-Developers-Guide/modules.xml b/docs-xml/Samba-Developers-Guide/modules.xml
index f452d3e3510..24f326c5f5c 100644
--- a/docs-xml/Samba-Developers-Guide/modules.xml
+++ b/docs-xml/Samba-Developers-Guide/modules.xml
@@ -160,8 +160,8 @@ be replaced with the names of the plugins to build.
</para>
<para>You must make sure all .c files that contain defines that can
-be changed by ./configure are rebuilded in the 'modules_clean' make target.
-Practically, this means all c files that contain <command>static_init_subsystem;</command> calls need to be rebuilded.
+be changed by ./configure are rebuilt in the 'modules_clean' make target.
+Practically, this means all c files that contain <command>static_init_subsystem;</command> calls need to be rebuilt.
</para>
<note>