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

Unified Diff: runtime/observatory/tests/service/service_test_common.dart

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 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
Index: runtime/observatory/tests/service/service_test_common.dart
diff --git a/runtime/observatory/tests/service/service_test_common.dart b/runtime/observatory/tests/service/service_test_common.dart
index 28cad861b4ee4f0e93afc1b801beaeef19e817b9..c623234c8165016393e895513e728fa59395f8e2 100644
--- a/runtime/observatory/tests/service/service_test_common.dart
+++ b/runtime/observatory/tests/service/service_test_common.dart
@@ -103,7 +103,7 @@ Future asyncStepOver(Isolate isolate) async {
(event.breakpoint.isSyntheticAsyncContinuation) &&
(event.owner == isolate);
// Resume after synthetic breakpoint added. This is the second event
- // we will recieve.
+ // we will receive.
bool isResume = (event.kind == ServiceEvent.kResume) &&
(syntheticBreakpoint != null) &&
(event.owner == isolate);
« no previous file with comments | « runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart ('k') | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698