docs: sanitize
[awesomized/libmemcached] / docs / source / memcached_auto.rst
index 0f78e6e7d8d1a7610a358293d81b7d6ad8049cbe..f72e698a77a954dcde28f584943101a450609099 100644 (file)
@@ -38,7 +38,7 @@ DESCRIPTION
 (overflow and underflow are not detected). This gives you the ability to use
 memcached to generate shared sequences of values.
 
-memcached_increment takes a key and keylength and increments the value by
+memcached_increment takes a key and key length and increments the value by
 the offset passed to it. The value is then returned via the uint32_t
 value pointer you pass to it.
 
@@ -81,15 +81,6 @@ On success that value will be :c:type:`MEMCACHED_SUCCESS`.
 Use memcached_strerror to translate this value to a printable string.
 
 
-----
-HOME
-----
-
-
-To find out more information please check:
-`http://libmemcached.org/ <http://libmemcached.org/>`_
-
-
 --------
 SEE ALSO
 --------