diff options
author | Günther Deschner <gd@samba.org> | 2014-03-03 12:14:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2014-03-12 10:13:20 +0100 |
commit | baed403983a5bb2e728249443fdfc9167a87f526 (patch) | |
tree | b2d618328f17dca2c4085de7ce7e3402d04a9850 /auth/kerberos | |
parent | 932490ae08578c37523e00e537017603ee00ce7c (diff) | |
download | samba-baed403983a5bb2e728249443fdfc9167a87f526.tar.gz |
auth/kerberos: fix a typo.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'auth/kerberos')
-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 81f7f21381b..8f55c8ff6a4 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 |