From 72cc8dce4c9f592b3e28dce36f611b0093da62ce Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 24 Feb 2021 21:30:59 +0100 Subject: [PATCH] lib: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/lib/util_sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3