summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:39:12 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:28 +0000
commit105bb06318eecd416c8e78b5cbcd3936aa6ec8c8 (patch)
tree0aa9deb0955fad65850a7ab6c88c4885eda4b236 /auth
parent4b207f83653589d5b5b9b041e7202e47b7815ac5 (diff)
downloadsamba-105bb06318eecd416c8e78b5cbcd3936aa6ec8c8.tar.gz
Spelling fixes s/withing/within/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'auth')
-rw-r--r--auth/gensec/spnego.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/gensec/spnego.c b/auth/gensec/spnego.c
index 9e279d89850..565d5a975bf 100644
--- a/auth/gensec/spnego.c
+++ b/auth/gensec/spnego.c
@@ -72,7 +72,7 @@ struct spnego_neg_ops {
* 'in_next'. Note that 'in_mem_ctx' is just passed as a hint, the
* caller should treat 'in_next' as const and don't attempt to free the
* content. NT_STATUS_OK indicates the finish hook should be invoked
- * directly withing the need of gensec_update() on the subcontext.
+ * directly within the need of gensec_update() on the subcontext.
* Every other error indicates an error that's returned to the caller.
*/
NTSTATUS (*start_fn)(struct gensec_security *gensec_security,
@@ -90,7 +90,7 @@ struct spnego_neg_ops {
* 'in_next'. Note that 'in_mem_ctx' is just passed as a hint, the
* caller should treat 'in_next' as const and don't attempt to free the
* content. NT_STATUS_OK indicates the finish hook should be invoked
- * directly withing the need of gensec_update() on the subcontext.
+ * directly within the need of gensec_update() on the subcontext.
* Every other error indicates an error that's returned to the caller.
*/
NTSTATUS (*step_fn)(struct gensec_security *gensec_security,