summaryrefslogtreecommitdiff
path: root/source4/lib/registry/ldb.c
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 17:24:08 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:37 +0100
commit3eacc83b35f65603e41bc36d6c42608fc22912f6 (patch)
tree3137d581590922aa115ee735b36e1d83d0be4564 /source4/lib/registry/ldb.c
parent7def87cb17edac48ed21041e6cbbda372a8a46da (diff)
downloadsamba-3eacc83b35f65603e41bc36d6c42608fc22912f6.tar.gz
samba-3eacc83b35f65603e41bc36d6c42608fc22912f6.tar.bz2
samba-3eacc83b35f65603e41bc36d6c42608fc22912f6.zip
Spelling fixes for source4/lib/registry.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/lib/registry/ldb.c')
-rw-r--r--source4/lib/registry/ldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/ldb.c b/source4/lib/registry/ldb.c
index d70489ac03..68639f5b5c 100644
--- a/source4/lib/registry/ldb.c
+++ b/source4/lib/registry/ldb.c
@@ -700,7 +700,7 @@ static WERROR ldb_set_value(struct hive_key *parent,
if (strlen(name) > 0) {
/* For a default value, we add/overwrite the attributes to/of the hive.
- For a normal value, we create new childs. */
+ For a normal value, we create a new child. */
if (!ldb_dn_add_child_fmt(msg->dn, "value=%s",
reg_ldb_escape(mem_ctx, name)))
{