lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 24 Feb 2021 20:30:59 +0000 (21:30 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 9 Mar 2021 22:36:28 +0000 (22:36 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/util_sock.c

index 142946e9f5d935c715f9300cf352947f0416f22a..97415011097788827e15ce047e1e2217f281c2c1 100644 (file)
@@ -1108,7 +1108,7 @@ bool is_myname_or_ipaddr(const char *s)
                return false;
        }
 
-       /* Santize the string from '\\name' */
+       /* Sanitize the string from '\\name' */
        name = talloc_strdup(ctx, s);
        if (!name) {
                return false;