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

Unified Diff: sdk/lib/convert/html_escape.dart

Issue 2655883002: fix spelling in core libraries (Closed)
Patch Set: while I’m at it… Created 3 years, 11 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 | « sdk/lib/collection/set.dart ('k') | sdk/lib/convert/line_splitter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/convert/html_escape.dart
diff --git a/sdk/lib/convert/html_escape.dart b/sdk/lib/convert/html_escape.dart
index 3a516bbeafaf5673fb3b18a0371773e8ed947de7..7070e1aaa87699f41e0f36a32616286e5a918e04 100644
--- a/sdk/lib/convert/html_escape.dart
+++ b/sdk/lib/convert/html_escape.dart
@@ -7,7 +7,7 @@ part of dart.convert;
/**
* A `String` converter that converts characters to HTML entities.
*
- * This is intended to sanitice text before inserting the text into an HTML
+ * This is intended to sanitize text before inserting the text into an HTML
* document. Characters that are meaningful in HTML are converted to
* HTML entities (like `&` for `&`).
*
@@ -134,7 +134,7 @@ class HtmlEscapeMode {
/**
* Converter which escapes characters with special meaning in HTML.
*
- * The converter finds characters that are siginificant in HTML source and
+ * The converter finds characters that are significant in HTML source and
* replaces them with corresponding HTML entities.
*
* The characters that need escaping in HTML are:
« no previous file with comments | « sdk/lib/collection/set.dart ('k') | sdk/lib/convert/line_splitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698