]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
gensec: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 3 May 2026 10:15:19 +0000 (12:15 +0200)
committerMartin Schwenke <martins@samba.org>
Thu, 11 Jun 2026 12:16:31 +0000 (12:16 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
auth/gensec/gensec.c

index 8785e69be635945cfdcec7eac544d58adf2f591e..bc40fda9f390223853da1d0fd1ca0b704737fd28 100644 (file)
@@ -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)