diff src/VisVim/README_VisVim.txt @ 16356:1759d0ec0a6f v8.1.1183

patch 8.1.1183: typos in VisVim comments commit https://github.com/vim/vim/commit/b49e3563b920ff6d96b88a1f658182a986b2b1ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 17 18:31:18 2019 +0200 patch 8.1.1183: typos in VisVim comments Problem: Typos in VisVim comments. Solution: Correct the typos. (Christ van Willegen)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Apr 2019 18:45:04 +0200
parents 71e066e10a47
children e321dbddc076
line wrap: on
line diff
--- a/src/VisVim/README_VisVim.txt
+++ b/src/VisVim/README_VisVim.txt
@@ -238,7 +238,7 @@ 1.0a to 1.0
 - Added an option to do a :cd before opening the file (having a file opened
   by clicking it but finding out to be still in C:\Windows\system when trying to
   open another file by ":e" can be annoying). Change directory can be
-  done to the source file's directory or it's parent directory.
+  done to the source file's directory or its parent directory.
 - Added some explanations to the error message for the CO_E_CLASSSTRING error
   ("Use OLE Vim and make sure to register...").