Correct "follwing" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:56:47 +0000 (08:56 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:22 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
docs-xml/smbdotconf/misc/rpcdaemon.xml
source3/script/findsmb.in

index 6356d3c31c6783b05653d7a2c4caf5f7b63ca03e..d3e3e52c59b812582800006d404a19186dfb58d8 100644 (file)
@@ -48,7 +48,7 @@
                prefork_child_min_life
        </programlisting>
 
-       To set one of these options use the follwing syntax:
+       To set one of these options use the following syntax:
        <programlisting>
        daemonname:prefork_min_children = 5
        </programlisting>
index 46cda841e3777e9aa48f47c9ba121c6fdf5a4a03..38a6e2a1604fb6153401f20de6d7668a7f552da3 100755 (executable)
@@ -87,7 +87,7 @@ foreach $ip (@ipaddrs)                # loop through each IP address found
                        }
                } else {
                        # The Netbios name can contain lot of characters also '<' '>'
-                       # and spaces. The follwing cure inside name space but not
+                       # and spaces. The following cure inside name space but not
                        # names starting or ending with spaces
                        /(.{1,15})\s+<00>\s+/;
                        $name = $1;