fix typos in README files
authorMark Atwood <mark@fallenpegasus.com>
Wed, 30 Apr 2008 00:20:48 +0000 (17:20 -0700)
committerMark Atwood <mark@fallenpegasus.com>
Wed, 30 Apr 2008 00:20:48 +0000 (17:20 -0700)
README
README.FIRST

diff --git a/README b/README
index 8ce3eef5e668715b108bc25a9f0cc55f094c6770..3746e3b3a9484ee909ee29631965bc5a868b27cc 100644 (file)
--- 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!)
 
index dd15b737ed1834f5ce349b37e7573227a8bf43d0..389a768df48587e5a65afa4673a369b96a0b68c1 100644 (file)
@@ -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".