Index: sdk/lib/io/http_parser.dart |
diff --git a/sdk/lib/io/http_parser.dart b/sdk/lib/io/http_parser.dart |
index 519d9252832963f1c88abe7e3ed7e183d444b376..64c23c91721c8cc358266ff7414fe1c1287bee08 100644 |
--- a/sdk/lib/io/http_parser.dart |
+++ b/sdk/lib/io/http_parser.dart |
@@ -212,7 +212,7 @@ class _HttpDetachedIncoming extends Stream<List<int>> { |
/** |
* HTTP parser which parses the data stream given to [consume]. |
* |
- * If an HTTP parser error occours, the parser will signal an error to either |
+ * If an HTTP parser error occurs, the parser will signal an error to either |
* the current _HttpIncoming or the _parser itself. |
* |
* The connection upgrades (e.g. switching from HTTP/1.1 to the |