diff options
author | nyamatongwe <devnull@localhost> | 2011-06-05 10:12:32 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-06-05 10:12:32 +1000 |
commit | 2155836b9fbdd3fdbbe3b016c56dada71a4f023e (patch) | |
tree | 73b500cdd0641733ebf34cdc01703079d18e472b | |
parent | 4caa54e400ac5b80b966d7a8f08b801223b4a221 (diff) | |
download | scintilla-mirror-2155836b9fbdd3fdbbe3b016c56dada71a4f023e.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. |