Chromium Code Reviews| Index: sdk/lib/io/directory_impl.dart |
| diff --git a/sdk/lib/io/directory_impl.dart b/sdk/lib/io/directory_impl.dart |
| index ecf7959ac28b1e92eb6099c52b18ff9bd462329b..c24bedb23f0f4ac8ed4b45dad9d405f01584bb06 100644 |
| --- a/sdk/lib/io/directory_impl.dart |
| +++ b/sdk/lib/io/directory_impl.dart |
| @@ -66,7 +66,7 @@ class _Directory implements Directory { |
| } |
| } |
| if (future == null) { |
| - return new Future.immedidate(-1); |
| + return new Future.immediate(-1); |
| } else { |
| return future; |
| } |