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

Unified Diff: sdk/lib/io/secure_server_socket.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/http_parser.dart ('k') | sdk/lib/io/secure_socket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/secure_server_socket.dart
diff --git a/sdk/lib/io/secure_server_socket.dart b/sdk/lib/io/secure_server_socket.dart
index e9ffb97c346c57fcc3304b922158bb96de672a3a..5533df647227779d939e72804afbf18e191b2997 100644
--- a/sdk/lib/io/secure_server_socket.dart
+++ b/sdk/lib/io/secure_server_socket.dart
@@ -183,7 +183,7 @@ class RawSecureServerSocket extends Stream<RawSecureSocket> {
* was received, the result will be null.
*
* [supportedProtocols] is an optional list of protocols (in decreasing
- * order of preference) to use during the ALPN protocol negogiation with
+ * order of preference) to use during the ALPN protocol negotiation with
* clients. Example values are "http/1.1" or "h2". The selected protocol
* can be obtained via [RawSecureSocket.selectedProtocol].
*
« no previous file with comments | « sdk/lib/io/http_parser.dart ('k') | sdk/lib/io/secure_socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698