| Index: sdk/lib/core/uri.dart
|
| diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart
|
| index 23abe691c045bb49fa8df85e29e804b2faa781a9..c1213e98617d5dee8fa354511436474243e8eb6c 100644
|
| --- a/sdk/lib/core/uri.dart
|
| +++ b/sdk/lib/core/uri.dart
|
| @@ -4374,7 +4374,7 @@ class _SimpleUri implements Uri {
|
| }
|
|
|
| // Merge two simple URIs. This should always result in a prefix of
|
| - // one concatentated with a suffix of the other, possibly with a `/` in
|
| + // one concatenated with a suffix of the other, possibly with a `/` in
|
| // the middle of two merged paths, which is again simple.
|
| // In a few cases, there might be a need for extra normalization, when
|
| // resolving on top of a known scheme.
|
|
|