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

Unified Diff: sdk/lib/io/http_impl.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 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 | « sdk/lib/internal/sort.dart ('k') | sdk/lib/io/http_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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];
« no previous file with comments | « sdk/lib/internal/sort.dart ('k') | sdk/lib/io/http_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698