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
commit8d67948c8a547be2e60d14856dfb96dfc543cfb2 (patch)
tree0fba94b037194d2f8dfdb2744ed8b296e572c993 /cocoa/InfoBar.mm
parent39a095c2afe48d5787ef2117df8966f52e4c07c2 (diff)
downloadscintilla-mirror-8d67948c8a547be2e60d14856dfb96dfc543cfb2.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
{