Spelling fixes s/withing/within/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:39:12 +0000 (22:39 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:28 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
auth/gensec/spnego.c
docs-xml/Samba-Developers-Guide/internals.xml
source3/registry/reg_util_internal.c
source3/smbd/service.c
source4/dsdb/samdb/ldb_modules/dirsync.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,
index b8e2b269990f77a101a34f458a19bf1ef0d8d820..a2c819c3411a7257142c03cb7bcc0b23491ef04e 100644 (file)
@@ -205,7 +205,7 @@ buffer buf to the value val.</para>
 
 <sect2>
 <title>SIVALS(buf,pos,val)</title>
-<para>sets the signed 32 bit little-endian integer at offset pos withing buffer
+<para>sets the signed 32 bit little-endian integer at offset pos within buffer
 buf to the value val.</para>
 </sect2>
 
index e256c75cb2de18ca8d9fdeba245af8d28e9fd41a..728ad0b75c9fe0b7bfa5c02750eb8b8d342f911d 100644 (file)
@@ -28,7 +28,7 @@
 
 /***********************************************************************
  Utility function for splitting the base path of a registry path off
- by setting base and new_path to the apprapriate offsets withing the
+ by setting base and new_path to the apprapriate offsets within the
  path.
 
  WARNING!!  Does modify the original string!
@@ -57,7 +57,7 @@ bool reg_split_path(char *path, char **base, char **new_path)
 
 /***********************************************************************
  Utility function for splitting the base path of a registry path off
- by setting base and new_path to the appropriate offsets withing the
+ by setting base and new_path to the appropriate offsets within the
  path.
 
  WARNING!!  Does modify the original string!
index fa84d78ab3b4eb0ab4ac11237b00dacd8515e6e6..64b638346ae0ebfc12d9f28de3271b03c232e67c 100644 (file)
@@ -836,7 +836,7 @@ static NTSTATUS make_connection_snum(struct smbXsrv_connection *xconn,
        conn->origpath = talloc_strdup(conn, conn->connectpath);
 
        /* Figure out the characteristics of the underlying filesystem. This
-        * assumes that all the filesystem mounted withing a share path have
+        * assumes that all the filesystem mounted within a share path have
         * the same characteristics, which is likely but not guaranteed.
         */
 
index 00f24bd6d59aac178eca1ad34048c082d236d048..60e8eae464253c78aa8b1575b50abe5d5f61f559 100644 (file)
@@ -1286,7 +1286,7 @@ static int dirsync_ldb_search(struct ldb_module *module, struct ldb_request *req
                }
 
                /*
-               * Let's search for the max usn withing the cookie
+               * Let's search for the max usn within the cookie
                */
                if (GUID_equal(&(cookie.blob.guid1), dsc->our_invocation_id)) {
                        /*