diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:52:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:52:45 +0000 |
commit | 933eb39d67acad9c84e34a0d8b2450601f078ed9 (patch) | |
tree | f957b817c15f450937f590aa2de5932300d8b328 /src/VisVim | |
parent | a38edcde16bd424133c832a508d8f1fc6b9c9a65 (diff) | |
download | vim-git-933eb39d67acad9c84e34a0d8b2450601f078ed9.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/VisVim')
-rw-r--r-- | src/VisVim/OleAut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VisVim/OleAut.cpp b/src/VisVim/OleAut.cpp index 0e01b1ec1..f96b03d6e 100644 --- a/src/VisVim/OleAut.cpp +++ b/src/VisVim/OleAut.cpp @@ -111,7 +111,7 @@ error: // Return the dispatch id of a named service // This id can be used in subsequent calls to GetProperty (), SetProperty () and -// Method (). This is the prefered method when performance is important. +// Method (). This is the preferred method when performance is important. // DISPID COleAutomationControl::GetDispatchId (char* Name) { @@ -135,7 +135,7 @@ DISPID COleAutomationControl::GetDispatchId (char* Name) // Name Name of property or method. // // Format Format string that describes the variable list of parameters that -// follows. The format string can contain the follwoing characters. +// follows. The format string can contain the following characters. // & = mark the following format character as VT_BYREF // B = VT_BOOL // i = VT_I2 |