summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-12-16 15:58:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:52 -0500
commitde839cc1658b6394e153a1f027c29524b301625b (patch)
tree69474b736d67b0e8b1bc862fa6e3dc3ec7fb4dee /source
parentb86528865abae7380e80a8a18f9fb53ac77d6472 (diff)
downloadsamba-de839cc1658b6394e153a1f027c29524b301625b.tar.gz
samba-de839cc1658b6394e153a1f027c29524b301625b.tar.xz
samba-de839cc1658b6394e153a1f027c29524b301625b.zip
r12290: Typo
Diffstat (limited to 'source')
-rw-r--r--source/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index cdef0340618..ca47e48d8c8 100644
--- a/source/param/loadparm.c
+++ b/source/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;