From: Volker Lendecke Date: Sun, 3 May 2026 10:15:19 +0000 (+0200) Subject: gensec: Fix a typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c02559c56b2108e822e581ea6ebe1e2e544f73c;p=thirdparty%2Fsamba.git gensec: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/auth/gensec/gensec.c b/auth/gensec/gensec.c index 8785e69be63..bc40fda9f39 100644 --- a/auth/gensec/gensec.c +++ b/auth/gensec/gensec.c @@ -707,8 +707,8 @@ _PUBLIC_ const char *gensec_get_target_service_description(struct gensec_securit } /** - * Set the target hostname (suitable for kerberos resolutation) on a GENSEC context - ensures it is talloc()ed - * + * Set the target hostname (suitable for kerberos resolution) on a + * GENSEC context - ensures it is talloc()ed */ _PUBLIC_ NTSTATUS gensec_set_target_hostname(struct gensec_security *gensec_security, const char *hostname)