From: Günther Deschner Date: Mon, 3 Mar 2014 11:14:51 +0000 (+0100) Subject: auth/kerberos: fix a typo. X-Git-Tag: tdb-1.2.13~46 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=baed403983a5bb2e728249443fdfc9167a87f526;p=samba.git auth/kerberos: fix a typo. Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- 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