diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 20:12:06 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 20:12:06 +0000 |
commit | f24b69fe0bca9b9ae21596367e93f2978b4626a0 (patch) | |
tree | bd418ed38554a3afaf112f62c44f43dcc5ffacba | |
parent | f6c15fa3bd2b5da2fd4ddbe4e88837710f5b9ac4 (diff) | |
download | chromium_src-f24b69fe0bca9b9ae21596367e93f2978b4626a0.zip chromium_src-f24b69fe0bca9b9ae21596367e93f2978b4626a0.tar.gz chromium_src-f24b69fe0bca9b9ae21596367e93f2978b4626a0.tar.bz2 |
Fix comment typo.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2631004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48965 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/cocoa/throbber_view.h | 2 |
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. |