From: Mark Atwood Date: Wed, 30 Apr 2008 00:20:48 +0000 (-0700) Subject: fix typos in README files X-Git-Tag: 0.20~1^2~2^2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=9e3be4445dfcaaec987e20af062d9ec05e015539;p=awesomized%2Flibmemcached fix typos in README files --- 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!) diff --git a/README.FIRST b/README.FIRST index dd15b737..389a768d 100644 --- a/README.FIRST +++ b/README.FIRST @@ -14,7 +14,7 @@ can do this by running the script: ./config/bootstrap It will set up all of the files you need to build libmemcached. At that -point it is just the typical "./configure; make; make test; make instal" +point it is just the typical "./configure; make; make test; make install" For a tarball release do a "make dist" and for an RPM type "make rpm".