| Index: pkg/analyzer_plugin/lib/plugin/plugin.dart
|
| diff --git a/pkg/analyzer_plugin/lib/plugin/plugin.dart b/pkg/analyzer_plugin/lib/plugin/plugin.dart
|
| index 0848d04f79a545c22e9d374673a72f1ac044e9bc..7ff013d76b5f5a674f03cb9bae6186871f60a485 100644
|
| --- a/pkg/analyzer_plugin/lib/plugin/plugin.dart
|
| +++ b/pkg/analyzer_plugin/lib/plugin/plugin.dart
|
| @@ -455,7 +455,7 @@ abstract class ServerPlugin {
|
| /**
|
| * Send notifications corresponding to the given description of subscriptions.
|
| * The map is keyed by the path of each file for which notifications should be
|
| - * send and has values representing the list of services associated with the
|
| + * sent and has values representing the list of services associated with the
|
| * notifications to send.
|
| */
|
| void sendNotificationsForSubscriptions(
|
|
|