summaryrefslogtreecommitdiff
path: root/source3/registry
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/registry
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/registry')
-rw-r--r--source3/registry/reg_objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_objects.c b/source3/registry/reg_objects.c
index f61822b5919..393d2133222 100644
--- a/source3/registry/reg_objects.c
+++ b/source3/registry/reg_objects.c
@@ -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
*/