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

Unified Diff: lib/src/summary.dart

Issue 1174643003: expose strong checker API, for use by analyzer_cli (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 | « lib/src/report.dart ('k') | lib/src/testing.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/summary.dart
diff --git a/lib/src/summary.dart b/lib/src/summary.dart
index f56c8a715264fa16dfc4778ffc5f496f7b6c0a7f..7e2307d8d338d71d050b350c2cec1b51fc026b6e 100644
--- a/lib/src/summary.dart
+++ b/lib/src/summary.dart
@@ -16,7 +16,7 @@ abstract class Summary {
/// Summary for the entire program.
class GlobalSummary implements Summary {
- /// Summary from the system libaries.
+ /// Summary from the system libraries.
final Map<String, LibrarySummary> system = <String, LibrarySummary>{};
/// Summary for libraries in packages.
« no previous file with comments | « lib/src/report.dart ('k') | lib/src/testing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698