iFix for OSX
[m6w6/libmemcached] / docs / memcached_dump.rst
index 2e119684cd106242e582f3f89b0eaa3e34e333ef..a7dcb4fe54587ace8b1ab02ec2f563ac4ec2a51c 100644 (file)
@@ -42,12 +42,12 @@ DESCRIPTION
 -----------
 
 
-memcached_dump() is used to get a list of keys found  memcached(1) servers.
+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 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 binar protocol is not testsed.
+Currently the binary protocol is not testsed.
 
 
 ------
@@ -66,7 +66,7 @@ HOME
 
 
 To find out more information please check:
-`https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
+`http://libmemcached.org/ <http://libmemcached.org/>`_
 
 
 ------