Correct "follwing" typos.
[nivanova/samba-autobuild/.git] / source3 / script / findsmb.in
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;