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

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

Issue 2688943002: Corrected spelling mistake from "happend" to "happen" throughout multiple files. (Closed)
Patch Set: Created 3 years, 10 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/io/file_system_entity.dart ('k') | tests/standalone/io/directory_list_pause_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « sdk/lib/io/file_system_entity.dart ('k') | tests/standalone/io/directory_list_pause_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698