summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-22 00:02:06 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-22 00:02:06 +0100
commit056d262bb008fdcd0d46ff54dc93261e812d8e07 (patch)
tree0c02fb513d02ae8ec6d0936400adaa380ecadb38 /source4
parent872d2330a4d0d2608993fab9e9c0b0c3aa3921f8 (diff)
downloadsamba-056d262bb008fdcd0d46ff54dc93261e812d8e07.tar.gz
samba-056d262bb008fdcd0d46ff54dc93261e812d8e07.tar.bz2
samba-056d262bb008fdcd0d46ff54dc93261e812d8e07.zip
s4:registry - "patchfile.c" - fix a typo
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/registry/patchfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/patchfile.c b/source4/lib/registry/patchfile.c
index 19e27f5837..cc17ab320d 100644
--- a/source4/lib/registry/patchfile.c
+++ b/source4/lib/registry/patchfile.c
@@ -154,7 +154,7 @@ WERROR reg_generate_diff_key(struct registry_key *oldkey,
return error2;
}
- /* oldkey didn't have such a subkey, add add diff */
+ /* oldkey didn't have such a subkey, add a add diff */
tmppath = talloc_asprintf(mem_ctx, "%s\\%s", path, keyname1);
callbacks->add_key(callback_data, tmppath);