krb5: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-06-21 16:21:55 +12:00
committed by Jeffrey Altman
parent 7369cbd11c
commit a4b4e982f3
4 changed files with 40 additions and 40 deletions

View File

@@ -3120,8 +3120,8 @@ krb5_crypto_prfplus(krb5_context context,
* @param context Kerberos 5 context
* @param crypto1 first key to combine
* @param crypto2 second key to combine
* @param pepper1 factor to combine with first key to garante uniqueness
* @param pepper2 factor to combine with second key to garante uniqueness
* @param pepper1 factor to combine with first key to guarantee uniqueness
* @param pepper2 factor to combine with second key to guarantee uniqueness
* @param enctype the encryption type of the resulting key
* @param res allocated key, free with krb5_free_keyblock_contents()
*
@@ -3184,7 +3184,7 @@ _krb5_crypto_set_flags(krb5_context context,
#ifndef HEIMDAL_SMALLER
/**
* Deprecated: keytypes doesn't exists, they are really enctypes.
* Deprecated: keytypes don't exist, they are really enctypes.
*
* @ingroup krb5_deprecated
*/
@@ -3228,7 +3228,7 @@ krb5_keytype_to_enctypes (krb5_context context,
}
/**
* Deprecated: keytypes doesn't exists, they are really enctypes.
* Deprecated: keytypes don't exist, they are really enctypes.
*
* @ingroup krb5_deprecated
*/