diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-01-20 08:12:06 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2014-01-20 08:12:06 +0100 |
commit | 4bd582a1f7ee61746255c313bb9cff3a8aa40d4d (patch) | |
tree | 94d08c1e1441b4162a72605122f53800fb11b47e /win32/ScintillaWin.cxx | |
parent | e8c2c0f8673bf48679ba83da6757361e77ba621d (diff) | |
download | scintilla-mirror-4bd582a1f7ee61746255c313bb9cff3a8aa40d4d.tar.gz |
Fix typos in comments (win32)
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); |