| Index: pkg/dev_compiler/tool/input_sdk/private/string_helper.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/string_helper.dart b/pkg/dev_compiler/tool/input_sdk/private/string_helper.dart
|
| index 704cdb5327859203f1a55c33e642e95048d98b82..2f106e13764ba78e5ef1e2a80594f046fd81a9bd 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/string_helper.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/string_helper.dart
|
| @@ -178,7 +178,7 @@ String stringReplaceAllFuncUnchecked(String receiver, Pattern pattern,
|
| return stringReplaceAllStringFuncUnchecked(
|
| receiver, pattern, onMatch, onNonMatch);
|
| }
|
| - // Placing the Pattern test here is indistingishable from placing it at the
|
| + // Placing the Pattern test here is indistinguishable from placing it at the
|
| // top of the method but it saves an extra check on the `pattern is String`
|
| // path.
|
| if (pattern is! Pattern) {
|
|
|