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 | 0ee832d0249858a735112184e7d62be158d27228 (patch) | |
tree | 215b3f57b98a7f56e230c68b3296bbb276270c3d /cocoa/ScintillaCocoa.h | |
parent | 284e1936b8f14ca0b85f3deebe4fdb6393ed7357 (diff) | |
download | scintilla-mirror-0ee832d0249858a735112184e7d62be158d27228.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 |