From 056d262bb008fdcd0d46ff54dc93261e812d8e07 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 22 Mar 2010 00:02:06 +0100 Subject: s4:registry - "patchfile.c" - fix a typo --- source4/lib/registry/patchfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/patchfile.c') 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); -- cgit