mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
4b207f8365
commit
105bb06318
@ -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,
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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!
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
@ -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)) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user