]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:krb5_wrap: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Wed, 17 Jan 2024 00:21:04 +0000 (13:21 +1300)
committerMartin Schwenke <martins@samba.org>
Tue, 2 Jul 2024 03:39:35 +0000 (03:39 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/krb5_wrap/krb5_samba.c

index e477aef37b35dc36bc0f1d1ff7491ee8085f2794..517f190f217facdf375dce1074e98358cc30d134 100644 (file)
@@ -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).
  *