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

Unified Diff: native_client_sdk/src/examples/hello_world_interactive/hello_world.cc

Issue 13106002: [NaCl SDK] A bunch of spelling fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix presubmit Created 7 years, 9 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/hello_world_interactive/hello_world.cc
diff --git a/native_client_sdk/src/examples/hello_world_interactive/hello_world.cc b/native_client_sdk/src/examples/hello_world_interactive/hello_world.cc
index 438b7bff0849590e92f6897957c237cff3e97132..de9541a5f3aad45328a6b46d3cb6d66a4cd4dd7e 100644
--- a/native_client_sdk/src/examples/hello_world_interactive/hello_world.cc
+++ b/native_client_sdk/src/examples/hello_world_interactive/hello_world.cc
@@ -94,7 +94,7 @@ void HelloWorldInstance::HandleMessage(const pp::Var& var_message) {
}
// Post the return result back to the browser. Note that HandleMessage() is
// always called on the main thread, so it's OK to post the return message
- // directly from here. The return post is asynhronous: PostMessage returns
+ // directly from here. The return post is asynchronous: PostMessage returns
// immediately.
PostMessage(return_var);
}
« no previous file with comments | « native_client_sdk/src/examples/hello_world_instance3d/matrix.cc ('k') | native_client_sdk/src/examples/mouselock/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698