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

Unified Diff: tools/ddbg.dart

Issue 1443723004: Fix ambigous typos. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix long line Created 5 years, 1 month 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 | « runtime/observatory/lib/src/elements/debugger.dart ('k') | tools/ddbg_service/lib/debugger.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ddbg.dart
diff --git a/tools/ddbg.dart b/tools/ddbg.dart
index 1d1199b670b7a0d8bb3faf5de661ed25f627c3c9..f14a0170a93f82bf13f71bdfb1c1c99a6211697c 100644
--- a/tools/ddbg.dart
+++ b/tools/ddbg.dart
@@ -774,7 +774,7 @@ void processCommand(String cmdLine) {
});
} else {
var matchNames = matches.map((handler) => handler.name);
- print("Ambigous command '$command' : ${matchNames.toList()}");
+ print("Ambiguous command '$command' : ${matchNames.toList()}");
cmdo.show();
}
}
« no previous file with comments | « runtime/observatory/lib/src/elements/debugger.dart ('k') | tools/ddbg_service/lib/debugger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698