1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s4-kdc: Fix typo in MIT glue

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Joseph Sutton 2022-09-27 14:46:14 +13:00 committed by Douglas Bagnall
parent ed35f40d75
commit 2ccb69e0ba

View File

@ -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
*/