diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-22 00:02:06 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-22 00:02:06 +0100 |
commit | 056d262bb008fdcd0d46ff54dc93261e812d8e07 (patch) | |
tree | 0c02fb513d02ae8ec6d0936400adaa380ecadb38 /source4/lib | |
parent | 872d2330a4d0d2608993fab9e9c0b0c3aa3921f8 (diff) | |
download | samba-056d262bb008fdcd0d46ff54dc93261e812d8e07.tar.gz samba-056d262bb008fdcd0d46ff54dc93261e812d8e07.tar.xz samba-056d262bb008fdcd0d46ff54dc93261e812d8e07.zip |
s4:registry - "patchfile.c" - fix a typo
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/registry/patchfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/patchfile.c b/source4/lib/registry/patchfile.c index 19e27f5837f..cc17ab320d2 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); |