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

Unified Diff: runtime/observatory/lib/src/app/application.dart

Issue 2064943003: Fixed typo in comment (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fixed typo in comment Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/app/application.dart
diff --git a/runtime/observatory/lib/src/app/application.dart b/runtime/observatory/lib/src/app/application.dart
index 7a034da9a09a41bebf3500314214772227a0c9f2..be95803660838c8257ee7db709f73860c7fa2fc8 100644
--- a/runtime/observatory/lib/src/app/application.dart
+++ b/runtime/observatory/lib/src/app/application.dart
@@ -185,7 +185,7 @@ class ObservatoryApplication extends Observable {
void _installPage(Page page) {
assert(page != null);
if (currentPage == page) {
- // Already isntalled.
+ // Already installed.
return;
}
if (currentPage != null) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698