diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-08 12:01:31 +1000 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-08 12:01:31 +1000 |
| commit | 8d67948c8a547be2e60d14856dfb96dfc543cfb2 (patch) | |
| tree | 0fba94b037194d2f8dfdb2744ed8b296e572c993 /cocoa/ScintillaCocoa.h | |
| parent | 39a095c2afe48d5787ef2117df8966f52e4c07c2 (diff) | |
| download | scintilla-mirror-8d67948c8a547be2e60d14856dfb96dfc543cfb2.tar.gz | |
Fix spelling mistakes in comments.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
| -rw-r--r-- | cocoa/ScintillaCocoa.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
