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

Unified Diff: native_client_sdk/src/examples/api/socket/index.html

Issue 262803014: Fix typo, "recieve" -> "receive", in NaCl/SDK code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
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>
« no previous file with comments | « components/nacl/browser/nacl_process_host.cc ('k') | native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698