diff options
author | nyamatongwe <unknown> | 2013-03-27 09:25:46 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-03-27 09:25:46 +1100 |
commit | a36f6aaae140ce3e3960d5bdce87968bf15e6b3c (patch) | |
tree | f78383eb0ba1f94389341c33d0da1f7f5d993436 /cocoa/PlatCocoa.mm | |
parent | b115771bddfcc589ed883b456570f128d7304063 (diff) | |
download | scintilla-mirror-a36f6aaae140ce3e3960d5bdce87968bf15e6b3c.tar.gz |
Spelling in comments.
Diffstat (limited to 'cocoa/PlatCocoa.mm')
-rw-r--r-- | cocoa/PlatCocoa.mm | 4 |
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) { |