aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-03-27 09:25:46 +1100
committernyamatongwe <unknown>2013-03-27 09:25:46 +1100
commita36f6aaae140ce3e3960d5bdce87968bf15e6b3c (patch)
treef78383eb0ba1f94389341c33d0da1f7f5d993436
parentb115771bddfcc589ed883b456570f128d7304063 (diff)
downloadscintilla-mirror-a36f6aaae140ce3e3960d5bdce87968bf15e6b3c.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)
{