summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Atwood <mark@fallenpegasus.com>2008-04-29 17:20:48 -0700
committerMark Atwood <mark@fallenpegasus.com>2008-04-29 17:20:48 -0700
commit9e3be4445dfcaaec987e20af062d9ec05e015539 (patch)
tree089238b8d5ef23d1e8affdd741b42e792f28bccc /README
parentfe8ad508b0fec5ca6860b3fa5d10727250e3b1d4 (diff)
downloadlibmemcached-9e3be4445dfcaaec987e20af062d9ec05e015539.tar.gz
fix typos in README files
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8ce3eef5..3746e3b3 100644
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
Hi!
-So what is this? Its a library in C for connectinng to memcached servers
+So what is this? It is a library in C for connectinng to memcached servers
(http://danga.com/memcached/). It is also a collection of utilities designed
to work with memcached.
memcat - Copy the value of a key to standard output
memflush - Flush the contents of your servers.
-memrm - Remove a key(s) from the serrver.
+memrm - Remove a key(s) from the server.
memstat - Dump the stats of your servers to standard output
memslap - Load generation utility (benchmark!)