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

Unified Diff: lib/src/errors.dart

Issue 1036513002: pkg/isolate: spelling fixes (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: one more Created 5 years, 9 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 | « lib/runner.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/errors.dart
diff --git a/lib/src/errors.dart b/lib/src/errors.dart
index 55b383745feb438c8d6085ff3ca89cc74c3aa8f7..dd3b85d15a1841a227a50a2b53f6d4731063a170 100644
--- a/lib/src/errors.dart
+++ b/lib/src/errors.dart
@@ -46,7 +46,7 @@ class MultiError extends Error {
int count = 0;
int errors = 0;
int values = 0;
- // Initilized to `new List(count)` when count is known.
+ // Initialized to `new List(count)` when count is known.
// Filled up with values on the left, errors on the right.
// Order is not preserved.
List results;
@@ -103,7 +103,7 @@ class MultiError extends Error {
int count = 0;
bool hasError = false;
int completed = 0;
- // Initalized to `new List(count)` when count is known.
+ // Initialized to `new List(count)` when count is known.
// Filled with values until the first error, then cleared
// and filled with errors.
List results;
« no previous file with comments | « lib/runner.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698