aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-29 20:32:54 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-29 20:44:12 +0200
commit32051283b9a0fb990180bbf9501b73bdad527b5b (patch)
tree97d28ec8a0a61318f810c3a474fb179862acc343 /README
parentbde98044f4acd5ce0e1965ad28a6854c31aa29a1 (diff)
downloadqpdf-32051283b9a0fb990180bbf9501b73bdad527b5b.tar.zst
Fix spelling errors
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ad528b0a..2d82a22a 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ Prerequisites
QPDF depends on external libraries "zlib" and "pcre". These are part
of virtually all Linux distributions and are readily available;
download information appears in the documentation. For Windows, you
-can download pre-built binary verisons of those libraries for some
+can download pre-built binary versions of those libraries for some
compilers; see README-windows.txt for additional details.
QPDF requires a C++ compiler that works with STL. Your compiler must
@@ -72,7 +72,7 @@ Building on Windows
QPDF is known to build and pass its test suite with mingw (latest
version tested: gcc 4.6.2), mingw64 (latest version tested: 4.7.0) and
Microsoft Visual C++ 2010, both 32-bit and 64-bit versions. MSYS plus
-ActivateState Perl is required to build as well in order to get make
+ActiveState Perl is required to build as well in order to get make
and other related tools. See README-windows.txt for details on how to
build under Windows, see README-windows.txt.