From ae526063fcbc4b4c440e35e01e4eca35358c2906 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 5 Oct 2012 21:27:53 +0300 Subject: Fix typos --- src/responder/common/responder_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/responder/common/responder_cmd.c') diff --git a/src/responder/common/responder_cmd.c b/src/responder/common/responder_cmd.c index 16f38eafd..a9c4e36ee 100644 --- a/src/responder/common/responder_cmd.c +++ b/src/responder/common/responder_cmd.c @@ -271,7 +271,7 @@ sss_cmd_check_cache(struct ldb_message *msg, /* cache still valid */ if (midpoint_refresh && midpoint_refresh < now) { - /* We're past the the cache refresh timeout + /* We're past the cache refresh timeout * We'll return the value from the cache, but we'll also * queue the cache entry for update out-of-band. */ -- cgit