From 105bb06318eecd416c8e78b5cbcd3936aa6ec8c8 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Thu, 29 Aug 2019 22:39:12 +0200 Subject: Spelling fixes s/withing/within/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- auth/gensec/spnego.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth') 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, -- cgit v1.2.1