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

Unified Diff: native_client_sdk/src/examples/fullscreen_tumbler/tumbler.h

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/fullscreen_tumbler/tumbler.h
diff --git a/native_client_sdk/src/examples/fullscreen_tumbler/tumbler.h b/native_client_sdk/src/examples/fullscreen_tumbler/tumbler.h
index 7b2a9c62d7c329cd39af0a9ca87ef63fec9064ea..d261a4a70bc75294112d0bc8c51fe60060051501 100644
--- a/native_client_sdk/src/examples/fullscreen_tumbler/tumbler.h
+++ b/native_client_sdk/src/examples/fullscreen_tumbler/tumbler.h
@@ -51,7 +51,7 @@ class Tumbler : public pp::Instance {
void InitializeMethods(ScriptingBridge* bridge);
// Set the camera orientation to the quaternion in |args[0]|. |args| must
- // have length at least 1; the first element is expeted to be an Array
+ // have length at least 1; the first element is expected to be an Array
// object containing 4 floating point number elements (the quaternion).
// This method is bound to the JavaScript "setCameraOrientation" method and
// is called like this:
« no previous file with comments | « native_client_sdk/src/examples/fullscreen_tumbler/transforms.h ('k') | native_client_sdk/src/examples/geturl/geturl_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698