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