Blame SOURCES/vim-7.3-manpage-typo-668894-675480.patch

d6ba96
diff -up vim73/runtime/doc/vim.1.668894 vim73/runtime/doc/vim.1
d6ba96
--- vim73/runtime/doc/vim.1.668894	2010-05-15 13:04:00.000000000 +0200
d6ba96
+++ vim73/runtime/doc/vim.1	2012-08-28 12:41:36.000000000 +0200
d6ba96
@@ -73,7 +73,7 @@ To edit a file that starts with a dash, 
d6ba96
 .TP
d6ba96
 \-
d6ba96
 The file to edit is read from stdin.  Commands are read from stderr, which
d6ba96
-should be a tty.
d6ba96
+should be a TTY.
d6ba96
 .TP
d6ba96
 \-t {tag}
d6ba96
 The file to edit and the initial cursor position depends on a "tag", a sort
d6ba96
@@ -321,7 +321,7 @@ When N is omitted, open one tab page for
d6ba96
 \-R
d6ba96
 Read-only mode.
d6ba96
 The 'readonly' option will be set.
d6ba96
-You can still edit the buffer, but will be prevented from accidently
d6ba96
+You can still edit the buffer, but will be prevented from accidentally
d6ba96
 overwriting a file.
d6ba96
 If you do want to overwrite a file, add an exclamation mark to the Ex command,
d6ba96
 as in ":w!".