mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
Spelling fixes s/preceeding/preceding/
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
d605860cf4
commit
549a4a82e0
@ -232,7 +232,7 @@ Here are some other suggestions:
|
||||
|
||||
<para>
|
||||
The suggestions above are simply that, suggestions, but the information may
|
||||
help in reducing the routine rework done on new code. The preceeding list
|
||||
help in reducing the routine rework done on new code. The preceding list
|
||||
is expected to change routinely as new support routines and macros are
|
||||
added.
|
||||
</para>
|
||||
|
@ -122,7 +122,7 @@ analyzer. For example:
|
||||
<para>
|
||||
Note that there are five spaces following the word 'string',
|
||||
representing the one space between 'string' and '\\' in the top
|
||||
line, plus the four preceeding the word 'with' in the second line.
|
||||
line, plus the four preceding the word 'with' in the second line.
|
||||
(Yes, I'm counting the indentation.)
|
||||
</para>
|
||||
|
||||
|
@ -857,7 +857,7 @@ static bool debug_parse_param(char *param)
|
||||
/****************************************************************************
|
||||
Parse the debug levels from smb.conf. Example debug level string:
|
||||
3 tdb:5 printdrivers:7
|
||||
Note: the 1st param has no "name:" preceeding it.
|
||||
Note: the 1st param has no "name:" preceding it.
|
||||
****************************************************************************/
|
||||
|
||||
bool debug_parse_levels(const char *params_str)
|
||||
|
@ -519,7 +519,7 @@ static REGF_HBIN* read_hbin_block( REGF_FILE *file, off_t offset )
|
||||
previous 4 bytes contains the amount of free space remaining
|
||||
in the hbin block. */
|
||||
|
||||
/* remember that the record_size is in the 4 bytes preceeding the record itself */
|
||||
/* remember that the record_size is in the 4 bytes preceding the record itself */
|
||||
|
||||
if ( !prs_set_offset( &hbin->ps, file->data_offset+HBIN_HDR_SIZE-sizeof(uint32_t) ) )
|
||||
return NULL;
|
||||
|
@ -287,7 +287,7 @@ static NTSTATUS rearrange_snapshot_path(struct smb_filename *smb_fname,
|
||||
if (*endp == '\0') {
|
||||
/*
|
||||
* @GMT-token was at end of path.
|
||||
* Remove any preceeding '/'
|
||||
* Remove any preceding '/'
|
||||
*/
|
||||
if (startp > smb_fname->base_name && startp[-1] == '/') {
|
||||
startp--;
|
||||
|
@ -347,7 +347,7 @@ static int attr_handler2(struct oc_context *ac)
|
||||
return ldb_operr(ldb);
|
||||
}
|
||||
|
||||
/* We rely here on the preceeding "objectclass" LDB module which did
|
||||
/* We rely here on the preceding "objectclass" LDB module which did
|
||||
* already fix up the objectclass list (inheritance, order...). */
|
||||
oc_element = ldb_msg_find_element(ac->search_res->message,
|
||||
"objectClass");
|
||||
|
@ -298,7 +298,7 @@ use VMware::Vix::API::Constants;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
# Strip if preceeding path from $src_path.
|
||||
# Strip if preceding path from $src_path.
|
||||
my $src_file = substr($src_path, ($idx + 1), $len);
|
||||
my $dest_path = $dest_dir . $src_file;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user