Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: ui/file_manager/gallery/js/image_editor/image_util.js

Issue 450903002: Random clean up around Chrome OS file manager code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/gallery/js/image_editor/image_util.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_util.js b/ui/file_manager/gallery/js/image_editor/image_util.js
index b14454eec7db30252d26f1d173d60dd0c85135bd..6fd3cff31e4f568d6c47656567a5c8edbdeab2a2 100644
--- a/ui/file_manager/gallery/js/image_editor/image_util.js
+++ b/ui/file_manager/gallery/js/image_editor/image_util.js
@@ -152,7 +152,7 @@ Rect.prototype = {
/**
* Obtains the y coordinate of bottom edge. The most bottom pixels in the
- * rectanlge are (y = buttom - 1) and the pixels (y = bottom) are not included
+ * rectangle are (y = bottom - 1) and the pixels (y = bottom) are not included
* in the rectangle.
* @return {number}
*/
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/image_transform.js ('k') | ui/file_manager/gallery/js/image_editor/image_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698