summaryrefslogtreecommitdiffstats
path: root/source/param
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-12 00:42:06 +0100
committerMichael Adam <obnox@samba.org>2008-03-12 02:12:33 +0100
commit0a619d4dc476c945130fe47126d98cd47b39c34d (patch)
tree53bfe72cd4210463585f519d090d5928931d5544 /source/param
parent288495ec1a9b0c37bb3f98043f8f8dd946072bac (diff)
downloadsamba-0a619d4dc476c945130fe47126d98cd47b39c34d.tar.gz
samba-0a619d4dc476c945130fe47126d98cd47b39c34d.tar.xz
samba-0a619d4dc476c945130fe47126d98cd47b39c34d.zip
loadparm: fix a comment typo.
Michael
Diffstat (limited to 'source/param')
-rw-r--r--source/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 8dfc4329246..12015540bb0 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -8700,7 +8700,7 @@ bool lp_load(const char *pszFname,
if (lp_config_backend_is_registry()) {
/*
* We need to use this extra global variable here to
- * survive restart: init_globals usese this as a default
+ * survive restart: init_globals uses this as a default
* for ConfigBackend. Otherwise, init_globals would
* send us into an endless loop here.
*/