summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-18 08:15:27 +0100
committerMichael Adam <obnox@samba.org>2008-01-18 09:40:57 +0100
commit1ea809383ef310f442bae7b5d4591f9aa655ad60 (patch)
tree316a128b73b68316bdb4a3956a6f7b84177ebec9
parentdb40120c73f4d4cbb132f94cd3c5859fbdad0f5a (diff)
downloadsamba-1ea809383ef310f442bae7b5d4591f9aa655ad60.tar.gz
samba-1ea809383ef310f442bae7b5d4591f9aa655ad60.tar.bz2
samba-1ea809383ef310f442bae7b5d4591f9aa655ad60.zip
Fix typo in debug message.
Michael (This used to be commit d7a8d7ffbd724a59aa3fc4bdeca6be5d5a0e7258)
-rw-r--r--source3/registry/reg_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c
index 18435ff033..788af28d5d 100644
--- a/source3/registry/reg_api.c
+++ b/source3/registry/reg_api.c
@@ -183,7 +183,7 @@ static WERROR regkey_open_onelevel(TALLOC_CTX *mem_ctx,
/* Look up the table of registry I/O operations */
if ( !(key->hook = reghook_cache_find( key->name )) ) {
- DEBUG(0,("reg_open_onelevel: Failed to assigned a "
+ DEBUG(0,("reg_open_onelevel: Failed to assign a "
"REGISTRY_HOOK to [%s]\n", key->name ));
result = WERR_BADFILE;
goto done;