From: Joseph Sutton Date: Tue, 27 Sep 2022 01:46:14 +0000 (+1300) Subject: s4-kdc: Fix typo in MIT glue X-Git-Tag: talloc-2.4.0~701 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ccb69e0ba67e5acd3e585cfa5cc3213dc6bdb58;p=thirdparty%2Fsamba.git s4-kdc: Fix typo in MIT glue Signed-off-by: Joseph Sutton Reviewed-by: Douglas Bagnall --- diff --git a/source4/kdc/mit_samba.c b/source4/kdc/mit_samba.c index e316c57ee31..dacb18c2f59 100644 --- a/source4/kdc/mit_samba.c +++ b/source4/kdc/mit_samba.c @@ -56,7 +56,7 @@ void mit_samba_context_free(struct mit_samba_context *ctx) } /* - * Implemant a callback to log to the MIT KDC log facility + * Implement a callback to log to the MIT KDC log facility * * http://web.mit.edu/kerberos/krb5-devel/doc/plugindev/general.html#logging-from-kdc-and-kadmind-plugin-modules */