summaryrefslogtreecommitdiffstats
path: root/src/VisVim/OleAut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VisVim/OleAut.cpp')
-rw-r--r--src/VisVim/OleAut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VisVim/OleAut.cpp b/src/VisVim/OleAut.cpp
index f96b03d6eb..6902df9a66 100644
--- a/src/VisVim/OleAut.cpp
+++ b/src/VisVim/OleAut.cpp
@@ -654,7 +654,7 @@ void COleAutomationControl::ErrDiag ()
}
char Buf[256];
- sprintf (Buf, "An OLE error occured:\r\nCode = %s\r\nResult = %lx.",
+ sprintf (Buf, "An OLE error occurred:\r\nCode = %s\r\nResult = %lx.",
(char*) ErrName, m_hResult);
MessageBox (NULL, Buf, "OLE Error", MB_OK);
}