summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-05-01 14:39:01 +0200
committerVolker Lendecke <vl@samba.org>2010-05-02 15:16:14 +0200
commitef0adbff93d0fd2aa05bd73da8774db47903c74d (patch)
treeecd477bed1dd86dace214d66da8e14b5f5542c5e
parent685b4625bcbae46b332a8c3dbb02d59812084519 (diff)
downloadsamba-ef0adbff93d0fd2aa05bd73da8774db47903c74d.tar.gz
samba-ef0adbff93d0fd2aa05bd73da8774db47903c74d.tar.bz2
samba-ef0adbff93d0fd2aa05bd73da8774db47903c74d.zip
s3: Fix a typo
-rw-r--r--source3/winbindd/winbindd_cred_cache.c2
1 files changed, 1 insertions, 1 deletions
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));