summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-11-26 21:34:44 +0100
committerJeremy Allison <jra@samba.org>2014-11-26 23:20:04 +0100
commit46f27a8f7824e08bf8e212a192e92b083bf59227 (patch)
tree7bd7851b54315bac8751de788f8916d84a53c314
parentf83305289919d74704cc7e6dc508e84b3326481a (diff)
downloadsamba-46f27a8f7824e08bf8e212a192e92b083bf59227.tar.gz
registry3: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/registry/reg_init_full.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_init_full.c b/source3/registry/reg_init_full.c
index b222d1392d1..e47b3f6ab56 100644
--- a/source3/registry/reg_init_full.c
+++ b/source3/registry/reg_init_full.c
@@ -69,7 +69,7 @@ struct registry_hook reg_hooks[] = {
/***********************************************************************
Open the registry database and initialize the registry_hook cache
- with all available backens.
+ with all available backends.
***********************************************************************/
WERROR registry_init_full(void)