From: Jo Sutton Date: Wed, 17 Jan 2024 00:21:04 +0000 (+1300) Subject: lib:krb5_wrap: Fix code spelling X-Git-Tag: tdb-1.4.11~222 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=50c37d618f8037e5b7f9e3e0efd9aa0baea394bf;p=thirdparty%2Fsamba.git lib:krb5_wrap: Fix code spelling Signed-off-by: Jo Sutton Reviewed-by: Martin Schwenke --- diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c index e477aef37b3..517f190f217 100644 --- a/lib/krb5_wrap/krb5_samba.c +++ b/lib/krb5_wrap/krb5_samba.c @@ -2245,7 +2245,7 @@ krb5_error_code smb_krb5_keyblock_init_contents(krb5_context context, * * @param[in] cc The credential cache to put the tgt in. * - * @param[in] principal The client princial + * @param[in] principal The client principal * * @param[in] keyblock The keyblock to use. * @@ -2358,7 +2358,7 @@ done: * * @param[in] cc The credential cache to put the tgt in. * - * @param[in] principal The client princial + * @param[in] principal The client principal * * @param[in] password The password (or NULL). * @@ -2431,7 +2431,7 @@ done: * * @param[in] cc The credential cache to store the tgt in. * - * @param[in] principal The initial client princial. + * @param[in] principal The initial client principal. * * @param[in] password The password (or NULL). *