diff --git a/vim-7.3-manpage-typo-668894-675480.patch b/vim-7.3-manpage-typo-668894-675480.patch
index cb4ccd1..0604fc4 100644
--- a/vim-7.3-manpage-typo-668894-675480.patch
+++ b/vim-7.3-manpage-typo-668894-675480.patch
@@ -10,12 +10,3 @@ diff -up vim73/runtime/doc/vim.1.668894 vim73/runtime/doc/vim.1
  .TP
  \-t {tag}
  The file to edit and the initial cursor position depends on a "tag", a sort
-@@ -321,7 +321,7 @@ When N is omitted, open one tab page for
- \-R
- Read-only mode.
- The 'readonly' option will be set.
--You can still edit the buffer, but will be prevented from accidently
-+You can still edit the buffer, but will be prevented from accidentally
- overwriting a file.
- If you do want to overwrite a file, add an exclamation mark to the Ex command,
- as in ":w!".