]> granicus.if.org Git - vim/commitdiff
patch 8.1.1183: typos in VisVim comments v8.1.1183
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Apr 2019 16:31:18 +0000 (18:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Apr 2019 16:31:18 +0000 (18:31 +0200)
Problem:    Typos in VisVim comments.
Solution:   Correct the typos. (Christ van Willegen)

src/VisVim/Commands.cpp
src/VisVim/OleAut.cpp
src/VisVim/README_VisVim.txt
src/version.c

index 569fbb87dff0c1ab12eb547f10b942ba8ae7a3cc..d2c3f838c866453468717b097db579716ee4aee7 100644 (file)
@@ -55,7 +55,7 @@ CCommands::~CCommands()
 void CCommands::SetApplicationObject(IApplication * pApplication)
 {
        // This function assumes pApplication has already been AddRef'd
-       // for us, which CDSAddIn did in it's QueryInterface call
+       // for us, which CDSAddIn did in its QueryInterface call
        // just before it called us.
        m_pApplication = pApplication;
        if (! m_pApplication)
@@ -504,7 +504,7 @@ static BOOL VimOpenFile(BSTR& FileName, long LineNr)
 {
 
        // OLE automation object for com. with Vim
-       // When the object goes out of scope, it's destructor destroys the OLE
+       // When the object goes out of scope, its destructor destroys the OLE
        // connection;
        // This is important to avoid blocking the object
        // (in this memory corruption would be likely when terminating Vim
@@ -653,7 +653,7 @@ static void VimErrDiag(COleAutomationControl& VimOle)
                VimOle.ErrDiag();
 }
 
-// Change directory to the directory the file 'FileName' is in or it's parent
+// Change directory to the directory the file 'FileName' is in or its parent
 // directory according to the setting of the global 'g_ChangeDir':
 // 'FileName' is expected to contain an absolute DOS path including the drive
 // letter.
index 6902df9a66c076fea2033908e21201f839d1be74..2ff64920b9192ca1f78cbdba604f3c7e8136a7c5 100644 (file)
@@ -71,7 +71,7 @@ void COleAutomationControl::DeleteObject ()
 }
 
 // Creates an instance of the Automation object and
-// obtains it's IDispatch interface.
+// obtains its IDispatch interface.
 //
 // Parameters:
 // ProgId        ProgID of Automation object
index 25b0fbd05ec24abb9d8ee410fa773a3ac2a6f73b..d96becf1130466d77f5000bfb79dfa0e5b3afb33 100644 (file)
@@ -238,7 +238,7 @@ Change history
 - 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...").
 
index f265f6440b9674579531d265519d09363ab69fdd..872e815fd173341b2b6cbe30c329a9510ab7d7e7 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1183,
 /**/
     1182,
 /**/