From a36f6aaae140ce3e3960d5bdce87968bf15e6b3c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 27 Mar 2013 09:25:46 +1100 Subject: Spelling in comments. --- cocoa/PlatCocoa.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cocoa') 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) { -- cgit v1.2.3