1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

krb5_wrap: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Nov 28 21:15:31 CET 2018 on sn-devel-144
This commit is contained in:
Volker Lendecke 2018-11-21 14:55:10 +01:00 committed by Jeremy Allison
parent 130e034fbb
commit 3be9ffe445

View File

@ -1956,7 +1956,7 @@ krb5_error_code smb_krb5_keyblock_init_contents(krb5_context context,
/**
* @brief Simulate a kinit by putting the tgt in the given credential cache.
*
* This function uses a keyblock rather than needingthe original password.
* This function uses a keyblock rather than needing the original password.
*
* @param[in] ctx The library context
*