1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

loadparm: fix a comment typo.

Michael
(This used to be commit 0a619d4dc476c945130fe47126d98cd47b39c34d)
This commit is contained in:
Michael Adam 2008-03-12 00:42:06 +01:00
parent 62c9c6be22
commit e14e348d06

View 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.
*/