| 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.
|
|
|