From: Volker Lendecke Date: Wed, 21 Nov 2018 13:55:10 +0000 (+0100) Subject: krb5_wrap: Fix a typo X-Git-Tag: tdb-1.3.17~576 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=3be9ffe44565bc58fa7733fcd1b86952d9f7b138;p=samba.git krb5_wrap: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Wed Nov 28 21:15:31 CET 2018 on sn-devel-144 --- diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c index e8abfac1d8d..b2425109d3a 100644 --- a/lib/krb5_wrap/krb5_samba.c +++ b/lib/krb5_wrap/krb5_samba.c @@ -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 *