diff src/VisVim/OleAut.cpp @ 1207:beed57a8fcd1

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:52:45 +0000
parents 3fc0f57ecb91
children 04736b4030ec
line wrap: on
line diff
--- 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::GetDispatc
 //  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