From: Volker Lendecke Date: Wed, 24 Feb 2021 20:30:59 +0000 (+0100) Subject: lib: Fix a typo X-Git-Tag: tevent-0.11.0~1639 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72cc8dce4c9f592b3e28dce36f611b0093da62ce;p=thirdparty%2Fsamba.git lib: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index 142946e9f5d..97415011097 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -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;