Fix minor typos in README
authorPavel Roskin <proski@gnu.org>
Tue, 31 Mar 2009 16:15:01 +0000 (12:15 -0400)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 31 Mar 2009 18:54:06 +0000 (21:54 +0300)
README

diff --git a/README b/README
index 93937fd..24467cd 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ Important
     some distributions using the alpha versions already had to use
     other versions than .so.0.0.0.
 
-    Excluding the Doxygen style docs in libilzma API headers, the
+    Excluding the Doxygen style docs in liblzma API headers, the
     documentation in this package (including the rest of this
     README) is not very up to date, and may contain incorrect or
     misleading information.
@@ -24,7 +24,7 @@ Important
 
 Overview
 
-    LZMA is a general purporse compression algorithm designed by
+    LZMA is a general purpose compression algorithm designed by
     Igor Pavlov as part of 7-Zip. It provides high compression ratio
     while keeping the decompression speed fast.
 
@@ -192,7 +192,7 @@ Static vs. dynamic linking of the command line tools
     liblzma. There a are a few reasons:
 
       - The executable(s) can be in /bin while the shared liblzma can still
-        be in /usr/lib (if the distro uses such file system hierachy).
+        be in /usr/lib (if the distro uses such file system hierarchy).
 
       - It's easier to copy the executables to other systems, since they
         depend only on libc.