mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Spelling fixes s/emtpy/empty/
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
f2b30a3f6a
commit
54b6fa8631
@ -418,7 +418,7 @@ static NTSTATUS scripts_process_group_policy(TALLOC_CTX *mem_ctx,
|
||||
werr = scripts_apply(ini_ctx->mem_ctx, token, root_key,
|
||||
flags, list[i], gpo, entries, num_entries);
|
||||
if (!W_ERROR_IS_OK(werr)) {
|
||||
continue; /* FIXME: finally fix storing emtpy strings and REG_QWORD! */
|
||||
continue; /* FIXME: finally fix storing empty strings and REG_QWORD! */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -411,7 +411,7 @@ static NTSTATUS share_mode_data_store(struct share_mode_data *d)
|
||||
|
||||
if (d->num_share_modes == 0) {
|
||||
if (d->fresh) {
|
||||
DBG_DEBUG("Ignoring fresh emtpy record\n");
|
||||
DBG_DEBUG("Ignoring fresh empty record\n");
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
status = dbwrap_record_delete(d->record);
|
||||
|
@ -89,7 +89,7 @@ WERROR regsubkey_ctr_init(TALLOC_CTX *mem_ctx, struct regsubkey_ctr **ctr)
|
||||
}
|
||||
|
||||
/**
|
||||
* re-initialize the list of subkeys (to the emtpy list)
|
||||
* re-initialize the list of subkeys (to the empty list)
|
||||
* in an already allocated regsubkey_ctr
|
||||
*/
|
||||
|
||||
|
@ -104,7 +104,7 @@ static int traverse_tcon_fn(struct smbXsrv_tcon_global0 *global,
|
||||
if (strlen(global->share_name) == 0) {
|
||||
/*
|
||||
* when a smbXsrv_tcon is created it's created
|
||||
* with emtpy share_name first in order to allocate
|
||||
* with empty share_name first in order to allocate
|
||||
* an id, before filling in the details.
|
||||
*/
|
||||
return 0;
|
||||
|
@ -426,7 +426,7 @@ static bool test_Map_simple(struct torture_context *tctx,
|
||||
|
||||
torture_assert(tctx,
|
||||
ndr_policy_handle_empty(&entry_handle),
|
||||
"epm_Map_simple failed - The policy handle should be emtpy.");
|
||||
"epm_Map_simple failed - The policy handle should be empty.");
|
||||
|
||||
return true;
|
||||
}
|
||||
@ -526,7 +526,7 @@ static bool test_Lookup_simple(struct torture_context *tctx,
|
||||
|
||||
torture_assert(tctx,
|
||||
ndr_policy_handle_empty(&entry_handle),
|
||||
"epm_Lookup failed - The policy handle should be emtpy.");
|
||||
"epm_Lookup failed - The policy handle should be empty.");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -1703,7 +1703,7 @@ static bool test_dir_alloc_size(struct torture_context *tctx,
|
||||
* smb_roundup(..., stat.st_size) which would be 1 MB by
|
||||
* default.
|
||||
*
|
||||
* Windows returns 0 for emtpy directories, once directories
|
||||
* Windows returns 0 for empty directories, once directories
|
||||
* have a few entries it starts replying with values > 0.
|
||||
*/
|
||||
c.in.alloc_size = 1024*1024*1024;
|
||||
|
Loading…
Reference in New Issue
Block a user