diff options
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r-- | win32/ScintillaWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 176faed1b..d9a1c88a0 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -411,7 +411,7 @@ ScintillaWin::~ScintillaWin() {} void ScintillaWin::Initialise() { // Initialize COM. If the app has already done this it will have - // no effect. If the app hasnt, we really shouldnt ask them to call + // no effect. If the app hasn't, we really shouldn't ask them to call // it just so this internal feature works. hrOle = ::OleInitialize(NULL); |