| Index: pkg/json_rpc_2/lib/error_code.dart
|
| diff --git a/pkg/json_rpc_2/lib/error_code.dart b/pkg/json_rpc_2/lib/error_code.dart
|
| index 40d673377cba981af0485c3177cd45fc5e9968e2..96cb909a314c1b43460526939be225fef554c672 100644
|
| --- a/pkg/json_rpc_2/lib/error_code.dart
|
| +++ b/pkg/json_rpc_2/lib/error_code.dart
|
| @@ -22,7 +22,7 @@ const INVALID_REQUEST = -32600;
|
| /// unavailable.
|
| const METHOD_NOT_FOUND = -32601;
|
|
|
| -/// An error code indicating that the request paramaters are invalid for the
|
| +/// An error code indicating that the request parameters are invalid for the
|
| /// requested method.
|
| const INVALID_PARAMS = -32602;
|
|
|
|
|