comparison src/VisVim/OleAut.cpp @ 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 04736b4030ec
children
comparison
equal deleted inserted replaced
16355:1964349f162c 16356:1759d0ec0a6f
69 m_pDispatch = NULL; 69 m_pDispatch = NULL;
70 } 70 }
71 } 71 }
72 72
73 // Creates an instance of the Automation object and 73 // Creates an instance of the Automation object and
74 // obtains it's IDispatch interface. 74 // obtains its IDispatch interface.
75 // 75 //
76 // Parameters: 76 // Parameters:
77 // ProgId ProgID of Automation object 77 // ProgId ProgID of Automation object
78 // 78 //
79 bool COleAutomationControl::CreateObject (char* ProgId) 79 bool COleAutomationControl::CreateObject (char* ProgId)