docs: sanitize
[awesomized/libmemcached] / docs / source / memcached_dump.rst
index 988410fc40fbdac1b57505962a75a2009845a3ab..bee396df0d5c851974b3d894b52d3319409d37ca 100644 (file)
@@ -29,11 +29,11 @@ DESCRIPTION
 
 
 :c:func:`memcached_dump` is used to get a list of keys found in memcached(1) 
-servers. Because memcached(1) does not guarentee to dump all keys you can not 
+servers. Because memcached(1) does not guarantee to dump all keys you can not
 assume you have fetched all keys from the server. The function takes an array
 of callbacks that it will use to execute on keys as they are found.
 
-Currently the binary protocol is not testsed.
+Currently the binary protocol is not tested.
 
 
 ------
@@ -47,22 +47,6 @@ Use :c:func:`memcached_strerror` to translate this value to a printable
 string.
 
 
-----
-HOME
-----
-
-
-To find out more information please check:
-`http://libmemcached.org/ <http://libmemcached.org/>`_
-
-
-------
-AUTHOR
-------
-
-
-Brian Aker, <brian@tangent.org>
-
 
 --------
 SEE ALSO