aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-01-20 08:12:06 +0100
committerStefan Weil <sw@weilnetz.de>2014-01-20 08:12:06 +0100
commita612cdd168189b614008a7eb41008ab1ebe2bc4e (patch)
tree2b6e7b9ae582108a773fee3cb5392242fcb8982e /win32/ScintillaWin.cxx
parentac61670b3f69c17cd8a7c9f2337b83f2ce2c9439 (diff)
downloadscintilla-mirror-a612cdd168189b614008a7eb41008ab1ebe2bc4e.tar.gz
Fix typos in comments (win32)
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx2
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);