aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-03-27 09:25:46 +1100
committernyamatongwe <devnull@localhost>2013-03-27 09:25:46 +1100
commit5e6a098948d51ac44b206114b015ac7f9f44969a (patch)
tree07960cc2d921d7b6f5bd2318e4898a3692c461c9
parent11ac19d2904e240aea5d38324374a6eca634d42f (diff)
downloadscintilla-mirror-5e6a098948d51ac44b206114b015ac7f9f44969a.tar.gz
Spelling in comments.
-rw-r--r--cocoa/PlatCocoa.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm
index 1ef438a06..fa05bb658 100644
--- a/cocoa/PlatCocoa.mm
+++ b/cocoa/PlatCocoa.mm
@@ -2020,7 +2020,7 @@ bool Platform::MouseButtonBounce()
//--------------------------------------------------------------------------------------------------
/**
- * Helper method for the backend to reach through to the scintiall window.
+ * Helper method for the backend to reach through to the scintilla window.
*/
long Platform::SendScintilla(WindowID w, unsigned int msg, unsigned long wParam, long lParam)
{
@@ -2030,7 +2030,7 @@ long Platform::SendScintilla(WindowID w, unsigned int msg, unsigned long wParam,
//--------------------------------------------------------------------------------------------------
/**
- * Helper method for the backend to reach through to the scintiall window.
+ * Helper method for the backend to reach through to the scintilla window.
*/
long Platform::SendScintillaPointer(WindowID w, unsigned int msg, unsigned long wParam, void *lParam)
{