From 8d67948c8a547be2e60d14856dfb96dfc543cfb2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 8 Sep 2013 12:01:31 +1000 Subject: Fix spelling mistakes in comments. --- cocoa/ScintillaCocoa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/ScintillaCocoa.h') diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 9b2c9fa1e..b7290506b 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -91,7 +91,7 @@ namespace Scintilla { typedef void(*SciNotifyFunc) (intptr_t windowid, unsigned int iMessage, uintptr_t wParam, uintptr_t lParam); /** - * Scintilla sends these two messages to the nofity handler. Please refer + * Scintilla sends these two messages to the notify handler. Please refer * to the Windows API doc for details about the message format. */ #define WM_COMMAND 1001 -- cgit v1.2.3