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

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

Issue 2946283002: Fix a couple of doc comment references - and many spelling mistakes (Closed)
Patch Set: Created 3 years, 6 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/secure_socket.dart ('k') | sdk/lib/io/websocket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/stdio.dart
diff --git a/sdk/lib/io/stdio.dart b/sdk/lib/io/stdio.dart
index 29f03b4ba0f089ba5d5d9811e9c1e01aed320824..7473706eb0d1475bdb45d64f1cf2e59f45150bba 100644
--- a/sdk/lib/io/stdio.dart
+++ b/sdk/lib/io/stdio.dart
@@ -154,7 +154,7 @@ class Stdin extends _StdStream implements Stream<List<int>> {
* will be taken as evidence that ANSI escape sequences are supported.
* On Windows, only versions of Windows 10 after v.1511
* ("TH2", OS build 10586) will be detected as supporting the output of
- * ANSI escape sequences, and only versions after v.1607 ("Anniversery
+ * ANSI escape sequences, and only versions after v.1607 ("Anniversary
* Update", OS build 14393) will be detected as supporting the input of
* ANSI escape sequences.
*/
@@ -228,7 +228,7 @@ class Stdout extends _StdSink implements IOSink {
* will be taken as evidence that ANSI escape sequences are supported.
* On Windows, only versions of Windows 10 after v.1511
* ("TH2", OS build 10586) will be detected as supporting the output of
- * ANSI escape sequences, and only versions after v.1607 ("Anniversery
+ * ANSI escape sequences, and only versions after v.1607 ("Anniversary
* Update", OS build 14393) will be detected as supporting the input of
* ANSI escape sequences.
*/
« no previous file with comments | « sdk/lib/io/secure_socket.dart ('k') | sdk/lib/io/websocket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698