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

Unified Diff: runtime/observatory/lib/src/service/object.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
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 9bb77fc7895065de98b5c4bfb79a5c24403a3f34..0e4529a059de5bad5015d1ae9ef4d58ede26be56 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -4456,7 +4456,7 @@ class ServiceMetric extends ServiceObject implements M.Metric {
String description;
double value = 0.0;
- // Only a guage has a non-null min and max.
+ // Only a gauge has a non-null min and max.
double min;
double max;

Powered by Google App Engine
This is Rietveld 408576698