loadparm: fix a comment typo.
authorMichael Adam <obnox@samba.org>
Tue, 11 Mar 2008 23:42:06 +0000 (00:42 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 12 Mar 2008 01:12:33 +0000 (02:12 +0100)
Michael

source/param/loadparm.c

index 8dfc432924625ef46ce3f0a67f5999224076bc29..12015540bb0d8f1c655aa40667ba763d380bb8d5 100644 (file)
@@ -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.
                         */