| Index: pkg/intl/test/data_directory.dart
|
| diff --git a/pkg/intl/test/data_directory.dart b/pkg/intl/test/data_directory.dart
|
| index de16e00d0b8378abbdd9d0da398cfe7b52af22db..4a003bf3238cadb3e29effba8951c8608bfba769 100644
|
| --- a/pkg/intl/test/data_directory.dart
|
| +++ b/pkg/intl/test/data_directory.dart
|
| @@ -27,7 +27,7 @@ String get intlDirectory {
|
| /**
|
| * A helper function that returns false (indicating we should stop iterating)
|
| * if the argument to the previous call was 'intl' and also sets
|
| - * the outer scope [foundIntl].
|
| + * the outer scope [foundIntlDir].
|
| */
|
| bool checkForIntlDir(String each) {
|
| if (foundIntlDir) return false;
|
|
|