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

Unified Diff: pkg/dev_compiler/tool/input_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 | « pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart ('k') | sdk/lib/io/file_system_entity.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/input_sdk/lib/io/http_parser.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/lib/io/http_parser.dart b/pkg/dev_compiler/tool/input_sdk/lib/io/http_parser.dart
index 5eb96ce350bf05f0d93f61857154f223aca33bde..adef61fad5552972e137a0091469ede602a5be1e 100644
--- a/pkg/dev_compiler/tool/input_sdk/lib/io/http_parser.dart
+++ b/pkg/dev_compiler/tool/input_sdk/lib/io/http_parser.dart
@@ -1038,7 +1038,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 | « pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart ('k') | sdk/lib/io/file_system_entity.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698