docs: sanitize
[awesomized/libmemcached] / docs / source / memcached_memory_allocators.rst
index 12a4ce5e0a77a9b16852093d8fc8dcfcd2615559..6ed8ae3d6f3d636fd0f2bca8a9fb5ea4d860aaeb 100644 (file)
@@ -47,7 +47,7 @@ allocation functions should behave as specified in the C99 standard. Specify
 NULL as all functions to reset them to the default values.
 
 :c:func:`memcached_get_memory_allocators` is used to get the currently used 
-memory allocators by a mamcached handle.
+memory allocators by a memcached handle.
 
 :c:func:`memcached_get_memory_allocators_context` returns the void \* that 
 was passed in during the call to :c:func:`memcached_set_memory_allocators`.
@@ -77,15 +77,6 @@ upon success, and :c:type:`MEMCACHED_FAILURE` if you don't pass a complete set
 of function pointers.
 
 
-----
-HOME
-----
-
-
-To find out more information please check:
-`http://libmemcached.org/ <http://libmemcached.org/>`_
-
-
 --------
 SEE ALSO
 --------