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

Unified Diff: tests/standalone/io/file_stream_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 | « tests/standalone/io/directory_list_pause_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/file_stream_test.dart
diff --git a/tests/standalone/io/file_stream_test.dart b/tests/standalone/io/file_stream_test.dart
index f7da71789d4d2549daee48d753f8ff036ce8a7dc..e1a9105485fc0256deb26712fb7cc2deb18c4787 100644
--- a/tests/standalone/io/file_stream_test.dart
+++ b/tests/standalone/io/file_stream_test.dart
@@ -29,7 +29,7 @@ void testPauseResumeCancelStream() {
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 | « tests/standalone/io/directory_list_pause_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698