Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: pkg/json_rpc_2/lib/error_code.dart

Issue 214663010: Fix typo in doc comment. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/json_rpc_2/pubspec.yaml » ('j') | pkg/json_rpc_2/pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | pkg/json_rpc_2/pubspec.yaml » ('j') | pkg/json_rpc_2/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698