]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/rebuilded/rebuilt/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:33:04 +0000 (22:33 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:27 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
docs-xml/Samba-Developers-Guide/modules.xml

index f452d3e3510f28370f99aa7f5df49109fb26e362..24f326c5f5c4b1ac5461b74ccb04bf0d18f7117d 100644 (file)
@@ -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>