From: Michael Adam Date: Tue, 11 Mar 2008 23:42:06 +0000 (+0100) Subject: loadparm: fix a comment typo. X-Git-Tag: samba-3.3.0pre1~3321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a619d4dc476c945130fe47126d98cd47b39c34d;p=thirdparty%2Fsamba.git loadparm: fix a comment typo. Michael --- 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. */