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

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

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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/lib_strong/html/element_test.dart ('k') | tools/dom/src/KeyboardEventStream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/skipping_dart2js_compilations_test.dart
diff --git a/tests/standalone/io/skipping_dart2js_compilations_test.dart b/tests/standalone/io/skipping_dart2js_compilations_test.dart
index 269999e7684c338cd9d3c4df370d117dc0236e9c..79bd12f95ca9408b1bce682f27b6af710b6c9593 100644
--- a/tests/standalone/io/skipping_dart2js_compilations_test.dart
+++ b/tests/standalone/io/skipping_dart2js_compilations_test.dart
@@ -11,7 +11,7 @@
* modified date of the output of a dart2js compilation is newer than
* - the dart application to compile (including it's dependencies)
* - the dart2js snapshot
- * Furtheremore it ensure that a compilations is not skipped if any of the
+ * Furthermore it ensures that a compilation is not skipped if any of the
* necessary files could not be found (dart2js snapshots, previous dart2js
* output (+deps file), dart application)
*/
@@ -220,7 +220,7 @@ void main() {
});
}
- // We run the tests in sequence, so that if one of them failes we clean up
+ // We run the tests in sequence, so that if one of them fails we clean up
// everything and throw.
runTest("fs_noTestJs", fs_noTestJs, true).then((_) {
return runTest("fs_noTestJsDeps", fs_noTestJsDeps, true);
« no previous file with comments | « tests/lib_strong/html/element_test.dart ('k') | tools/dom/src/KeyboardEventStream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698