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

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

Issue 2957593002: Spelling fixes e to i. (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/http_parser.dart ('k') | sdk/lib/io/stdio.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/socket.dart
diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart
index 4ece18658bab624b9cc944798c5fc604df823fc1..7524f3dcf15c1e097334a5dd0466bcc5cf9415df 100644
--- a/sdk/lib/io/socket.dart
+++ b/sdk/lib/io/socket.dart
@@ -354,7 +354,7 @@ class SocketOption {
/**
* Enable or disable no-delay on the socket. If TCP_NODELAY is enabled, the
* socket will not buffer data internally, but instead write each data chunk
- * as an invidual TCP packet.
+ * as an individual TCP packet.
*
* TCP_NODELAY is disabled by default.
*/
« no previous file with comments | « sdk/lib/io/http_parser.dart ('k') | sdk/lib/io/stdio.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698