summaryrefslogtreecommitdiff
path: root/src/VisVim
diff options
context:
space:
mode:
Diffstat (limited to 'src/VisVim')
-rw-r--r--src/VisVim/DSAddIn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VisVim/DSAddIn.cpp b/src/VisVim/DSAddIn.cpp
index 3e7254461..b16361b90 100644
--- a/src/VisVim/DSAddIn.cpp
+++ b/src/VisVim/DSAddIn.cpp
@@ -93,7 +93,7 @@ STDMETHODIMP CDSAddIn::OnDisconnection (VARIANT_BOOL bLastTime)
// 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