summaryrefslogtreecommitdiff
path: root/src/INSTALL
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-26 06:24:45 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-26 06:24:45 +0200
commit644044794ea55fdee8599ee1e861234216c20402 (patch)
tree9dfe2fa4bae0f9914f0d12f7a502aaffc1795c43 /src/INSTALL
parent0eda7ac7f897433c9d346743bf38fcd291673070 (diff)
downloadvim-git-644044794ea55fdee8599ee1e861234216c20402.tar.gz
Various small fixes from Dominique Pelle.
Diffstat (limited to 'src/INSTALL')
-rw-r--r--src/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/INSTALL b/src/INSTALL
index 82275d452..dd50e0dc2 100644
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -55,7 +55,7 @@ arguments.
GNU Autoconf and a few other tools have been used to make Vim work on many
different Unix systems. The advantage of this is that Vim should compile
-on most sytems without any adjustments. The disadvantage is that when
+on most systems without any adjustments. The disadvantage is that when
adjustments are required, it takes some time to understand what is happening.
If configure finds all library files and then complains when linking that some
@@ -138,7 +138,7 @@ work very well and there was no maintainer it was dropped.
Unix: COMPILING WITH MULTI-BYTE
When you want to compile with the multi-byte features enabled, make sure you
-compile on a machine where the locale settings actually work. otherwise the
+compile on a machine where the locale settings actually work, otherwise the
configure tests may fail. You need to compile with "big" features:
./configure --with-features=big