From ef0adbff93d0fd2aa05bd73da8774db47903c74d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 1 May 2010 14:39:01 +0200 Subject: s3: Fix a typo --- source3/winbindd/winbindd_cred_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_cred_cache.c') diff --git a/source3/winbindd/winbindd_cred_cache.c b/source3/winbindd/winbindd_cred_cache.c index 25f14f4938..848a4726f8 100644 --- a/source3/winbindd/winbindd_cred_cache.c +++ b/source3/winbindd/winbindd_cred_cache.c @@ -269,7 +269,7 @@ done: * but try to regain ticket if it is possible */ if (entry->renew_until && expire_time && (entry->renew_until <= expire_time)) { - /* try to regain ticket 10 seconds beforre expiration */ + /* try to regain ticket 10 seconds before expiration */ expire_time -= 10; add_krb5_ticket_gain_handler_event(entry, timeval_set(expire_time, 0)); -- cgit