summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-11-21 14:55:10 +0100
committerJeremy Allison <jra@samba.org>2018-11-28 21:15:31 +0100
commit3be9ffe44565bc58fa7733fcd1b86952d9f7b138 (patch)
tree2725ab3352312a30724dba9c5b6996306501c664 /lib/krb5_wrap
parent130e034fbb7d13a54deb2421bf36eba4ed816f1b (diff)
downloadsamba-3be9ffe44565bc58fa7733fcd1b86952d9f7b138.tar.gz
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
Diffstat (limited to 'lib/krb5_wrap')
-rw-r--r--lib/krb5_wrap/krb5_samba.c2
1 files changed, 1 insertions, 1 deletions
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
*