| 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
|
|
|