Index: sdk/lib/io/http_impl.dart |
diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart |
index bc681a3a4b7d9719fc2e707e915101c77e354ba9..7d1717b500ea93431c2503309b6570d633b5b777 100644 |
--- a/sdk/lib/io/http_impl.dart |
+++ b/sdk/lib/io/http_impl.dart |
@@ -881,7 +881,7 @@ class _HttpGZipSink extends ByteConversionSink { |
// The _HttpOutgoing handles all of the following: |
// - Buffering |
-// - GZip compressionm |
+// - GZip compression |
// - Content-Length validation. |
// - Errors. |
// |
@@ -1855,7 +1855,7 @@ class _HttpClient implements HttpClient { |
_connectionsChanged(); |
} |
- // Remove a closed connnection from the active set. |
+ // Remove a closed connection from the active set. |
void _connectionClosed(_HttpClientConnection connection) { |
connection.stopTimer(); |
var connectionTarget = _connectionTargets[connection.key]; |