From a612cdd168189b614008a7eb41008ab1ebe2bc4e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 20 Jan 2014 08:12:06 +0100 Subject: Fix typos in comments (win32) --- win32/ScintillaWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/ScintillaWin.cxx') 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); -- cgit v1.2.3