diff options
author | Michael Adam <obnox@samba.org> | 2008-03-12 00:42:06 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-12 02:12:33 +0100 |
commit | e14e348d067c0fd88a1c6e298f7e29082473a09a (patch) | |
tree | 71aa6bae603734cdbeb329b4860cfddeb0f1a5ed | |
parent | 62c9c6be22c453fb73970eb7da356bc8dbe5c133 (diff) | |
download | samba-e14e348d067c0fd88a1c6e298f7e29082473a09a.tar.gz samba-e14e348d067c0fd88a1c6e298f7e29082473a09a.tar.bz2 samba-e14e348d067c0fd88a1c6e298f7e29082473a09a.zip |
loadparm: fix a comment typo.
Michael
(This used to be commit 0a619d4dc476c945130fe47126d98cd47b39c34d)
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 8dfc432924..12015540bb 100644 --- a/source3/param/loadparm.c +++ b/source3/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. */ |