You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/10/21 13:58:32 UTC

svn commit: r1534111 - /apr/apr-util/branches/1.5.x/memcache/apr_memcache.c

Author: trawick
Date: Mon Oct 21 11:58:31 2013
New Revision: 1534111

URL: http://svn.apache.org/r1534111
Log:
Merge the APR-Util bits of r1084662 from trunk:

fix extra "the" in comments and license text

Modified:
    apr/apr-util/branches/1.5.x/memcache/apr_memcache.c

Modified: apr/apr-util/branches/1.5.x/memcache/apr_memcache.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/memcache/apr_memcache.c?rev=1534111&r1=1534110&r2=1534111&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/memcache/apr_memcache.c (original)
+++ apr/apr-util/branches/1.5.x/memcache/apr_memcache.c Mon Oct 21 11:58:31 2013
@@ -181,7 +181,7 @@ apr_memcache_find_server_hash_default(vo
 #if APR_HAS_THREADS
             apr_thread_mutex_lock(ms->lock);
 #endif
-            /* Try the the dead server, every 5 seconds */
+            /* Try the dead server, every 5 seconds */
             if (curtime - ms->btime >  apr_time_from_sec(5)) {
                 ms->btime = curtime;
                 if (mc_version_ping(ms) == APR_SUCCESS) {