Hi
Attached patch fixes typos in some README files.
Cheers
-- Dominique
--
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
diff -r ca7d02cd5e49 README_extra.txt
--- a/README_extra.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/README_extra.txt Sat Jan 09 11:11:05 2010 +0100
@@ -7,7 +7,7 @@
archive (vim-7.2-rt.tar.gz). To be able to run Vim you MUST get the runtime
archive too!
-The extra archive plus the source and runtime achives make up the complete
+The extra archive plus the source and runtime archives make up the complete
sources of Vim for all systems.
diff -r ca7d02cd5e49 README_os390.txt
--- a/README_os390.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/README_os390.txt Sat Jan 09 11:11:05 2010 +0100
@@ -65,7 +65,7 @@
The smarter way:
Make VIM as described above. Then create a file named 'link.sed' with the
- following contense:
+ following content:
s/-lXext *//g
s/-lXmu *//g
diff -r ca7d02cd5e49 src/INSTALLpc.txt
--- a/src/INSTALLpc.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/src/INSTALLpc.txt Sat Jan 09 11:11:05 2010 +0100
@@ -215,7 +215,7 @@
You should not need to do *any* editing of any files to get vim compiled this
way. If, for some reason, you want the console-mode-only version of vim (this
-is NOT recommended on Win32, especially on '95/'98!!!), you need can use:
+is NOT recommended on Win32, especially on '95/'98!!!), you can use:
make -f Make_ming.mak GUI=no vim.exe
@@ -241,7 +241,7 @@
The Cygnus one many not fully work yet.
With Cygnus gcc you can use the Unix Makefile instead (you need to get the
Unix archive then). Then you get a Cygwin application (feels like Vim is
-runnin on Unix), while with Make_cyg.mak you get a Windows application (like
+running on Unix), while with Make_cyg.mak you get a Windows application (like
with the other makefiles).
diff -r ca7d02cd5e49 src/INSTALLx.txt
--- a/src/INSTALLx.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/src/INSTALLx.txt Sat Jan 09 11:11:05 2010 +0100
@@ -50,7 +50,7 @@
--host.
--with-tlib=... :
- Which terminal library to.
+ Which terminal library to use.
For example, "ncurses".
@@ -68,26 +68,26 @@
machines.
vi_cv_path_python_conf:
- If Python support is enabled, set this variables to the path for
+ If Python support is enabled, set this variable to the path for
Python's library implementation. This is a path like
"/usr/lib/pythonX.Y/config" (the directory contains a file
"config.c").
vi_cv_var_python_epfx:
- If Python support is enabled, set this variables to the execution
+ If Python support is enabled, set this variable to the execution
prefix of your Python interpreter (that is, where it thinks it is
running).
This is the output of the following Python script:
import sys; print sys.exec_prefix
vi_cv_var_python_pfx:
- If Python support is enabled, set this variables to the prefix of your
- Python interpreter (that is, where was installed).
+ If Python support is enabled, set this variable to the prefix of your
+ Python interpreter (that is, where it was installed).
This is the output of the following Python script:
import sys; print sys.prefix
vi_cv_var_python_version:
- If Python support is enabled, set this variables to the version of the
+ If Python support is enabled, set this variable to the version of the
Python interpreter that will be used.
This is the output of the following Python script:
import sys; print sys.version[:3]
@@ -133,11 +133,11 @@
vim_cv_tty_group:
The default group of pseudo terminals. Either set to the numeric value
- of the your tty group or to "world" if they are world accessable.
+ of your tty group or to "world" if they are world accessible.
vim_cv_tty_mode:
- The default mode of pseudo terminals if they are not world accessable.
- Most propably the value "0620".
+ The default mode of pseudo terminals if they are not world accessible.
+ Most probably the value "0620".
4. EXAMPLE:
diff -r ca7d02cd5e49 src/README.txt
--- a/src/README.txt Wed Jan 06 21:16:31 2010 +0100
+++ b/src/README.txt Sat Jan 09 11:11:05 2010 +0100
@@ -24,7 +24,7 @@
fold.c folding
getchar.c getting characters and key mapping
mark.c marks
- mbyte.c multy-byte character handling
+ mbyte.c multi-byte character handling
memfile.c storing lines for buffers in a swapfile
memline.c storing lines for buffers in memory
menu.c menus