summaryrefslogtreecommitdiffstats
path: root/macosx/HBDockTile.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBDockTile.h')
-rw-r--r--macosx/HBDockTile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBDockTile.h b/macosx/HBDockTile.h
index 2b14cc824..e30e4bbdc 100644
--- a/macosx/HBDockTile.h
+++ b/macosx/HBDockTile.h
@@ -14,7 +14,7 @@
/**
* Updates two DockTextFields on the dockTile,
* one with total percentage, the other one with the ETA.
- * The ETA string is formated by the callers *
+ * The ETA string is formatted by the callers *
*/
- (void)updateDockIcon:(double)progress withETA:(NSString *)etaStr;