From 9e3be4445dfcaaec987e20af062d9ec05e015539 Mon Sep 17 00:00:00 2001 From: Mark Atwood Date: Tue, 29 Apr 2008 17:20:48 -0700 Subject: [PATCH] fix typos in README files --- README | 4 ++-- README.FIRST | 2 +- 2 files changed, 3 insertions(+), 3 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!) 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". -- 2.30.2