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

Unified Diff: sdk/lib/core/uri.dart

Issue 2841543002: Spelling a (Closed)
Patch Set: Created 3 years, 8 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/_internal/js_runtime/lib/preambles/d8.js ('k') | sdk/lib/js/dartium/js_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/uri.dart
diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart
index 2493a029ea5a682e9746e098386b4c4e425bbd6d..23abe691c045bb49fa8df85e29e804b2faa781a9 100644
--- a/sdk/lib/core/uri.dart
+++ b/sdk/lib/core/uri.dart
@@ -2994,7 +2994,7 @@ class _Uri implements Uri {
];
// Characters allowed in the userinfo as of RFC 3986.
- // RFC 3986 Apendix A
+ // RFC 3986 Appendix A
// userinfo = *( unreserved / pct-encoded / sub-delims / ':')
static const _userinfoTable = const [
// LSB MSB
@@ -3016,7 +3016,7 @@ class _Uri implements Uri {
];
// Characters allowed in the reg-name as of RFC 3986.
- // RFC 3986 Apendix A
+ // RFC 3986 Appendix A
// reg-name = *( unreserved / pct-encoded / sub-delims )
static const _regNameTable = const [
// LSB MSB
« no previous file with comments | « sdk/lib/_internal/js_runtime/lib/preambles/d8.js ('k') | sdk/lib/js/dartium/js_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698