Fix typo in doc comment.

R=nweiz@google.com

Review URL: https://codereview.chromium.org//214663010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/json_rpc_2@34720 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/lib/error_code.dart b/lib/error_code.dart
index 40d6733..96cb909 100644
--- a/lib/error_code.dart
+++ b/lib/error_code.dart
@@ -22,7 +22,7 @@
 /// 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;
 
diff --git a/pubspec.yaml b/pubspec.yaml
index f12be64..6d059f8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: json_rpc_2
-version: 0.0.2
+version: 0.0.2+1
 author: Dart Team <misc@dartlang.org>
 description: An implementation of the JSON-RPC 2.0 spec.
 homepage: http://www.dartlang.org