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

Unified Diff: third_party/WebKit/public/web/WebInputElement.h

Issue 2191453002: Fix typos in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebInputElement.h
diff --git a/third_party/WebKit/public/web/WebInputElement.h b/third_party/WebKit/public/web/WebInputElement.h
index cd5dcc8973428060776b36d7b80404369ee24f9f..97a3a3103c0ad7299ace98d74572096dabd011c8 100644
--- a/third_party/WebKit/public/web/WebInputElement.h
+++ b/third_party/WebKit/public/web/WebInputElement.h
@@ -77,7 +77,7 @@ public:
BLINK_EXPORT bool isChecked() const;
BLINK_EXPORT bool isMultiple() const;
- // Associated <datalsit> options which match to the current INPUT value.
+ // Associated <datalist> options which match to the current INPUT value.
BLINK_EXPORT WebVector<WebOptionElement> filteredDataListOptions() const;
// Return the localized value for this input type.
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698