diff options
Diffstat (limited to 'src/INSTALL')
-rw-r--r-- | src/INSTALL | 4 |
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 |