From: Monty Taylor Date: Sat, 2 Jan 2010 04:50:19 +0000 (-0800) Subject: Fixed some spelling errors. X-Git-Tag: 0.37~32^2~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=918dfd93fb30c3986e9dd847ec01590b39597e6c;p=awesomized%2Flibmemcached Fixed some spelling errors. --- diff --git a/docs/memcached_behavior.pod b/docs/memcached_behavior.pod index da851000..c664e99f 100644 --- a/docs/memcached_behavior.pod +++ b/docs/memcached_behavior.pod @@ -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 diff --git a/docs/memcached_generate_hash_value.pod b/docs/memcached_generate_hash_value.pod index 477fbf5b..ebd90349 100644 --- a/docs/memcached_generate_hash_value.pod +++ b/docs/memcached_generate_hash_value.pod @@ -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. diff --git a/docs/memcapable.pod b/docs/memcapable.pod index 6555988b..7c01b51f 100644 --- a/docs/memcapable.pod +++ b/docs/memcapable.pod @@ -1,6 +1,6 @@ =head1 NAME -memcapable - Check memcached server capabilites +memcapable - Check memcached server capabilities =head1 SYNOPSIS