diff options
-rw-r--r-- | auth/kerberos/kerberos_pac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/kerberos/kerberos_pac.c b/auth/kerberos/kerberos_pac.c index 81f7f21381..8f55c8ff6a 100644 --- a/auth/kerberos/kerberos_pac.c +++ b/auth/kerberos/kerberos_pac.c @@ -79,7 +79,7 @@ krb5_error_code check_pac_checksum(DATA_BLOB pac_data, } /** -* @brief Decode a blob containing a NDR envoded PAC structure +* @brief Decode a blob containing a NDR encoded PAC structure * * @param mem_ctx - The memory context * @param pac_data_blob - The data blob containing the NDR encoded data |