Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: tests/standalone/io/directory_list_pause_test.dart

Issue 2688943002: Corrected spelling mistake from "happend" to "happen" throughout multiple files. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/io/http_parser.dart ('k') | tests/standalone/io/file_stream_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/directory_list_pause_test.dart
diff --git a/tests/standalone/io/directory_list_pause_test.dart b/tests/standalone/io/directory_list_pause_test.dart
index fac2d672c1f097a74589ddbc879df0d040f421d3..a38f125021fdd21c8a80cc3dcfd850ceca897562 100644
--- a/tests/standalone/io/directory_list_pause_test.dart
+++ b/tests/standalone/io/directory_list_pause_test.dart
@@ -68,7 +68,7 @@ void testPauseResumeCancelList() {
close();
}
}, onDone: () {
- Expect.fail('the stream was canceled, onDone should not happend');
+ Expect.fail('the stream was canceled, onDone should not happen');
});
});
}
« no previous file with comments | « sdk/lib/io/http_parser.dart ('k') | tests/standalone/io/file_stream_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698