diff options
author | nyamatongwe <unknown> | 2011-06-05 10:12:32 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-06-05 10:12:32 +1000 |
commit | 5292f2a44491289893b2498c0ff58388c15ad99c (patch) | |
tree | 2a0635b898ab43a2e85545f2adaf7114ce038e1c | |
parent | 9433503c3000ad9408f38ebd19e759f51ef44c01 (diff) | |
download | scintilla-mirror-5292f2a44491289893b2498c0ff58388c15ad99c.tar.gz |
Comment typo.
-rw-r--r-- | cocoa/ScintillaView.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index 19d97aa99..1748cc40d 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -628,7 +628,7 @@ NSString *SCIUpdateUINotification = @"SCIUpdateUI"; //-------------------------------------------------------------------------------------------------- /** - * Called by a connected compontent (usually the info bar) if something changed there. + * Called by a connected component (usually the info bar) if something changed there. * * @param type The type of the notification. * @param message Carries the new status message if the type is a status message change. |