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

Unified Diff: third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 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: third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js
diff --git a/third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js b/third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js
index 93978fc38980b555a63d8659f45f9073ed10f501..337fa856c55466cb1036917177cb7354f3bf8c57 100644
--- a/third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js
+++ b/third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js
@@ -118,7 +118,7 @@ function combobox(id,parentNode,elementsArray,width,xOffset,yOffset,cellHeight,t
this.scrollerHeight = 0; //height of dragable scroller bar
this.scrollActive = false; //determines if scrolling per up/down button is active
this.panY = false; //stores the y value of event
- this.scrollCumulus = 0; //if value is less then a scrollstep we need to accumulate scroll values
+ this.scrollCumulus = 0; //if value is less than a scrollstep we need to accumulate scroll values
this.scrollDir = ""; //later holds "up" and "down"
this.exists = true; //true means it exists, gets value false if method "removeSelectionList" is called
this.mouseDownStatus = false; //status that specifies if mouse is down or up on individual elements

Powered by Google App Engine
This is Rietveld 408576698