Author: vlendec Date: 2005-12-16 15:58:31 +0000 (Fri, 16 Dec 2005) New Revision: 12290
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12290 Log: Typo Modified: branches/SAMBA_3_0/source/param/loadparm.c trunk/source/param/loadparm.c Changeset: Modified: branches/SAMBA_3_0/source/param/loadparm.c =================================================================== --- branches/SAMBA_3_0/source/param/loadparm.c 2005-12-16 15:00:31 UTC (rev 12289) +++ branches/SAMBA_3_0/source/param/loadparm.c 2005-12-16 15:58:31 UTC (rev 12290) @@ -2532,7 +2532,7 @@ 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; Modified: trunk/source/param/loadparm.c =================================================================== --- trunk/source/param/loadparm.c 2005-12-16 15:00:31 UTC (rev 12289) +++ trunk/source/param/loadparm.c 2005-12-16 15:58:31 UTC (rev 12290) @@ -2551,7 +2551,7 @@ 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;
