krb5_wrap: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 21 Nov 2018 13:55:10 +0000 (14:55 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 28 Nov 2018 20:15:31 +0000 (21:15 +0100)
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

lib/krb5_wrap/krb5_samba.c

index e8abfac1d8d0077c74b66f0850f33e736ca6dc8f..b2425109d3ac37439c412a8e1d3a50c96e73d863 100644 (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
  *