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

Unified Diff: runtime/observatory/lib/src/service/object.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/lib/src/service/object.dart
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
index 0e941b9f633e0119a89157a42addcdec0152ac86..f232986c91c2370518ba89ccfbb7b77279dffa08 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -330,7 +330,7 @@ abstract class ServiceObject {
/// an exception.
Future<ServiceObject> reload({int count: kDefaultFieldLimit}) {
// TODO(turnidge): Checking for a null id should be part of the
- // "immmutable" check.
+ // "immutable" check.
bool hasId = (id != null) && (id != '');
bool isVM = this is VM;
// We should always reload the VM.

Powered by Google App Engine
This is Rietveld 408576698