Fixed semi colon bug in memcp.
[awesomized/libmemcached] / README.FIRST
index 5f46996dfbd1a62f32ff0b35d11d2cd1f215e71c..389a768df48587e5a65afa4673a369b96a0b68c1 100644 (file)
@@ -3,7 +3,7 @@ Hi!
 If you are getting this code from http://hg.tangent.org/libmemcached then
 continue reading. Otherwise these directions are not for you (well maybe...).
 
-To obtain code from http://hg.tangent.org/libmemached you will need to issue
+To obtain code from http://hg.tangent.org/libmemcached you will need to issue
 the following command:
 
 hg clone http://hg.tangent.org/libmemcached
@@ -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".