summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/throbber_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/throbber_view.h')
-rw-r--r--chrome/browser/cocoa/throbber_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/throbber_view.h b/chrome/browser/cocoa/throbber_view.h
index ef334fb..48ecdd2 100644
--- a/chrome/browser/cocoa/throbber_view.h
+++ b/chrome/browser/cocoa/throbber_view.h
@@ -18,7 +18,7 @@
//
// - Filmstrip: Draws via a sequence of frames in an image. There is no state
// where the class is frozen on an image and not animating. The image needs to
-// be made of squares such that the height divides evently into the width.
+// be made of squares such that the height divides evenly into the width.
//
// - Toast: Draws an image animating down to the bottom and then another image
// animating up from the bottom. Stops once the animation is complete.