Spelling fixes s/withing/within/
[gd/samba-autobuild/.git] / auth / gensec / spnego.c
index 9e279d89850d27850b8922d1838bd08701c9532a..565d5a975bf106b1ceb3dbd720a72b797ed5f088 100644 (file)
@@ -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,