summaryrefslogtreecommitdiff
path: root/source3/libgpo
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 21:52:10 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:26 +0000
commit54b6fa863128830fa5c87cd574976d941fa4358b (patch)
tree829641d62cde739d11d3374d6eb40c767eb7681e /source3/libgpo
parentf2b30a3f6a929a56403ef95f0b0feb1d18a11c17 (diff)
downloadsamba-54b6fa863128830fa5c87cd574976d941fa4358b.tar.gz
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>
Diffstat (limited to 'source3/libgpo')
-rw-r--r--source3/libgpo/gpext/scripts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpext/scripts.c b/source3/libgpo/gpext/scripts.c
index dfa9958e326..fe0f1393aa9 100644
--- a/source3/libgpo/gpext/scripts.c
+++ b/source3/libgpo/gpext/scripts.c
@@ -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! */
}
}