summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-07-26 20:56:58 +0200
committerVolker Lendecke <vl@samba.org>2009-07-27 16:15:54 +0200
commitd3132e21f3c93043e3d29584f4094b6edfc02c5a (patch)
tree47b70efc4f3fbe7b33a4fddac7cc74c5f0b5e51d /source3/winbindd
parente30509f037098feac8345f39524902061712039f (diff)
downloadsamba-d3132e21f3c93043e3d29584f4094b6edfc02c5a.tar.gz
samba-d3132e21f3c93043e3d29584f4094b6edfc02c5a.tar.bz2
samba-d3132e21f3c93043e3d29584f4094b6edfc02c5a.zip
Fix a typo
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index 396a30377f..a7c63ea71e 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -356,7 +356,7 @@ void set_domain_offline(struct winbindd_domain *domain)
return;
}
- /* If we're in statup mode, check again in 10 seconds, not in
+ /* If we're in startup mode, check again in 10 seconds, not in
lp_winbind_reconnect_delay() seconds (which is 30 seconds by default). */
calc_new_online_timeout_check(domain);