Index: sdk/lib/io/websocket.dart |
diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart |
index 5e00745cb5eb3e6c76c1a8e0e4bc8cd7975997bf..a9e13c490853d96d863a736b1acd3324c4217c08 100644 |
--- a/sdk/lib/io/websocket.dart |
+++ b/sdk/lib/io/websocket.dart |
@@ -223,7 +223,7 @@ abstract class WebSocketTransformer |
* Upgrades a [HttpRequest] to a [WebSocket] connection. If the |
* request is not a valid WebSocket upgrade request an HTTP response |
* with status code 500 will be returned. Otherwise the returned |
- * future will complete with the [WebSocket] when the upgrade pocess |
+ * future will complete with the [WebSocket] when the upgrade process |
* is complete. |
* |
* If [protocolSelector] is provided, [protocolSelector] will be called to |