summaryrefslogtreecommitdiff
path: root/source3/registry/reg_db.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-09-01 14:58:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:27 -0500
commit926ebe50ffce44c96d020a981a8e9ee4f2536455 (patch)
tree58f674f9d065b755894a99d2e84a26ecf1d3f117 /source3/registry/reg_db.c
parent790a29253c950711c8f822b43c3112fe8045e952 (diff)
downloadsamba-926ebe50ffce44c96d020a981a8e9ee4f2536455.tar.gz
samba-926ebe50ffce44c96d020a981a8e9ee4f2536455.tar.bz2
samba-926ebe50ffce44c96d020a981a8e9ee4f2536455.zip
r9895: fix typo in registry path
(This used to be commit ef7e0d70c68976766c01e1212e2b8f48f6895f98)
Diffstat (limited to 'source3/registry/reg_db.c')
-rw-r--r--source3/registry/reg_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_db.c b/source3/registry/reg_db.c
index c67d18c19d..afb5c613c8 100644
--- a/source3/registry/reg_db.c
+++ b/source3/registry/reg_db.c
@@ -49,7 +49,7 @@ static const char *builtin_registry_paths[] = {
"HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Perflib\\009",
"HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors",
"HKLM\\SYSTEM\\CurrentControlSet\\Control\\ProductOptions",
- "HKLM\\SYSTEM\\CurrentControlSet\\Control\\Termininal Server\\DefaultUserConfiguration",
+ "HKLM\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\DefaultUserConfiguration",
"HKLM\\SYSTEM\\CurrentControlSet\\Services\\TcpIp\\Parameters",
"HKLM\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters",
"HKU",