aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBar.mm
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-09-08 12:01:31 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-09-08 12:01:31 +1000
commit0ee832d0249858a735112184e7d62be158d27228 (patch)
tree215b3f57b98a7f56e230c68b3296bbb276270c3d /cocoa/InfoBar.mm
parent284e1936b8f14ca0b85f3deebe4fdb6393ed7357 (diff)
downloadscintilla-mirror-0ee832d0249858a735112184e7d62be158d27228.tar.gz
Fix spelling mistakes in comments.
Diffstat (limited to 'cocoa/InfoBar.mm')
-rw-r--r--cocoa/InfoBar.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/InfoBar.mm b/cocoa/InfoBar.mm
index 5561bb059..bb80bd33d 100644
--- a/cocoa/InfoBar.mm
+++ b/cocoa/InfoBar.mm
@@ -103,7 +103,7 @@
//--------------------------------------------------------------------------------------------------
/**
- * 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.
@@ -427,7 +427,7 @@ static float BarFontSize = 10.0;
//--------------------------------------------------------------------------------------------------
/**
- * Makes the bar resize to the smallest width that can accomodate the currently enabled items.
+ * Makes the bar resize to the smallest width that can accommodate the currently enabled items.
*/
- (void) sizeToFit
{