[svn-commits] snuffy: branch snuffy/func_memcache r230433 - in /team/snuffy/func_memcache: ...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 18 16:28:58 CST 2009


Author: snuffy
Date: Wed Nov 18 16:28:54 2009
New Revision: 230433

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=230433
Log:
Fix some misspellings noticed by seanbright.

Modified:
    team/snuffy/func_memcache/configs/func_memcache.conf.sample
    team/snuffy/func_memcache/funcs/func_memcache.c

Modified: team/snuffy/func_memcache/configs/func_memcache.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/snuffy/func_memcache/configs/func_memcache.conf.sample?view=diff&rev=230433&r1=230432&r2=230433
==============================================================================
--- team/snuffy/func_memcache/configs/func_memcache.conf.sample (original)
+++ team/snuffy/func_memcache/configs/func_memcache.conf.sample Wed Nov 18 16:28:54 2009
@@ -6,8 +6,8 @@
 ; Doing multiple gets, or high usage you may see improvement using binary protocol.
 ; memcacheprotocol=text
 ;
-; Hash Method, only consistant for now
-; distrubitehash=consistant
+; Hash Method, only consistent for now
+; distrubitehash=consistent
 ;
 ;
 ;

Modified: team/snuffy/func_memcache/funcs/func_memcache.c
URL: http://svnview.digium.com/svn/asterisk/team/snuffy/func_memcache/funcs/func_memcache.c?view=diff&rev=230433&r1=230432&r2=230433
==============================================================================
--- team/snuffy/func_memcache/funcs/func_memcache.c (original)
+++ team/snuffy/func_memcache/funcs/func_memcache.c Wed Nov 18 16:28:54 2009
@@ -111,7 +111,7 @@
 	int memc_protocol;
 	int mirror;
 	unsigned int flags; /* bitmasking instead? */
-	char hash; /* consistant (cluster) or other */
+	char hash; /* consistent (cluster) or other */
 	memcached_st *conn;
 	memcached_server_st *servers;
 	memcached_return rc;




More information about the svn-commits mailing list