Fixed some spelling errors.
authorMonty Taylor <mordred@inaugust.com>
Sat, 2 Jan 2010 04:50:19 +0000 (20:50 -0800)
committerMonty Taylor <mordred@inaugust.com>
Sat, 2 Jan 2010 04:50:19 +0000 (20:50 -0800)
docs/memcached_behavior.pod
docs/memcached_generate_hash_value.pod
docs/memcapable.pod

index da851000bfabd001df7b0214df2b79f7f8f776cf..c664e99fa949545f8102b9ae62515237ca101905 100644 (file)
@@ -83,7 +83,7 @@ environments).
 
 Makes the default hashing algorithm for keys use MD5. The value can be set
 to either MEMCACHED_HASH_DEFAULT, MEMCACHED_HASH_MD5, MEMCACHED_HASH_CRC, MEMCACHED_HASH_FNV1_64, MEMCACHED_HASH_FNV1A_64, MEMCACHED_HASH_FNV1_32, MEMCACHED_HASH_FNV1A_32, MEMCACHED_HASH_JENKINS, MEMCACHED_HASH_HSIEH, and MEMCACHED_HASH_MURMUR.
-Each hash has it's advantages and it's weaknesses. If you dont know or dont care, just go with the default.
+Each hash has it's advantages and it's weaknesses. If you don't know or don't care, just go with the default.
 Support for MEMCACHED_HASH_HSIEH is a compile time option that is disabled by default. To enable support for this hashing algorithm, configure and build libmemcached with the --enable-hash_hsieh.
 
 =item MEMCACHED_BEHAVIOR_DISTRIBUTION
index 477fbf5bc372315d0e7cfad926c12b84aac67647..ebd9034950f4c3c2aae9ca503ed6640dbe1409ef 100644 (file)
@@ -23,7 +23,7 @@ C Client Library for memcached (libmemcached, -lmemcached)
 =head1 DESCRIPTION
 
 memcached_generate_hash_value() allows you to hash a key using one of
-the hash fuctions defined in the library. This method is provided for
+the hash functions defined in the library. This method is provided for
 the convenience of higher-level language bindings and is not necessary
 for normal memcache operations.
 
index 6555988bafed37050af42647090a0940b9cad7cb..7c01b51f164b5857b4f27a69996fc6d0a56e8dfb 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-memcapable - Check memcached server capabilites
+memcapable - Check memcached server capabilities
 
 =head1 SYNOPSIS