diff src/VisVim/DSAddIn.cpp @ 1204:a3c21128b246

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:44:18 +0000
parents 3fc0f57ecb91
children
line wrap: on
line diff
--- a/src/VisVim/DSAddIn.cpp
+++ b/src/VisVim/DSAddIn.cpp
@@ -93,7 +93,7 @@ STDMETHODIMP CDSAddIn::OnDisconnection (
 
 // Add a command to DevStudio
 // Creates a toolbar button for the command also.
-// 'MethodName' is the name of the methode specified in the .odl file
+// 'MethodName' is the name of the method specified in the .odl file
 // 'StrResId' the resource id of the descriptive string
 // 'GlyphIndex' the image index into the command buttons bitmap
 // Return true on success