Index: native_client_sdk/src/examples/api/socket/index.html |
diff --git a/native_client_sdk/src/examples/api/socket/index.html b/native_client_sdk/src/examples/api/socket/index.html |
index eefe5ebb1ec1e445007a14839342c7ad9348858a..277f4e0d3a383b90a416248ead0d7f88fd8c1863 100644 |
--- a/native_client_sdk/src/examples/api/socket/index.html |
+++ b/native_client_sdk/src/examples/api/socket/index.html |
@@ -23,7 +23,7 @@ found in the LICENSE file. |
First set a server address in the form of 'hostname:port', then push the |
"Connect" button to establish a connection.<br> |
"Send" button sends the message of the text area to the the remote host. |
- Any data recieved back will be output to the status log.<br> |
+ Any data received back will be output to the status log.<br> |
For example, try connecting to a TCP echo server that will reply with |
whatever bytes you send, or connect to a web server and send a GET |
request.<br> |