| Index: pkg/front_end/lib/src/base/library_info.dart
|
| diff --git a/pkg/front_end/lib/src/base/library_info.dart b/pkg/front_end/lib/src/base/library_info.dart
|
| index a66b6d540226f92807a7f5cf763f6e9db74ad82c..f7541dac26b0d09872eb85b781a06cb7c33933f0 100644
|
| --- a/pkg/front_end/lib/src/base/library_info.dart
|
| +++ b/pkg/front_end/lib/src/base/library_info.dart
|
| @@ -36,7 +36,7 @@ enum Category {
|
| /// Indicates that a library can be used in a browser context.
|
| client,
|
|
|
| - /// Indicates that a lbirary can be used in a command line context.
|
| + /// Indicates that a library can be used in a command line context.
|
| server,
|
|
|
| /// Indicates that a library can be used from embedded devices.
|
|
|