From 7ae0fd8ed8204cda1cd1578192f4ca308b2963fb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 16 Dec 2005 15:58:31 +0000 Subject: r12290: Typo (This used to be commit de839cc1658b6394e153a1f027c29524b301625b) --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index cdef034061..ca47e48d8c 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -2532,7 +2532,7 @@ BOOL lp_add_home(const char *pszHomename, int iDefaultService, string_set(&ServicePtrs[i]->comment, comment); } - /* set the browseable flag from the gloabl default */ + /* set the browseable flag from the global default */ ServicePtrs[i]->bBrowseable = sDefault.bBrowseable; -- cgit