Index: sdk/lib/io/http_parser.dart |
diff --git a/sdk/lib/io/http_parser.dart b/sdk/lib/io/http_parser.dart |
index a52c4b6e4da46702b4e6c15a97ce12f885c571a7..c2bc9a8eb69cc1aefdf46322ceec89f0d8d714ad 100644 |
--- a/sdk/lib/io/http_parser.dart |
+++ b/sdk/lib/io/http_parser.dart |
@@ -1039,7 +1039,7 @@ class _HttpParser extends Stream<_HttpIncoming> { |
} |
void _closeIncoming([bool closing = false]) { |
- // Ignore multiple close (can happend in re-entrance). |
+ // Ignore multiple close (can happen in re-entrance). |
if (_incoming == null) return; |
var tmp = _incoming; |
tmp.close(closing); |