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

Unified Diff: native_client_sdk/src/examples/fullscreen_tumbler/cube.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/fullscreen_tumbler/cube.cc
diff --git a/native_client_sdk/src/examples/fullscreen_tumbler/cube.cc b/native_client_sdk/src/examples/fullscreen_tumbler/cube.cc
index b9daf01adc45cfab91be7056573402a562788ef5..d972030b3c8d922ddcf9255a56b42c90cf7b7023 100644
--- a/native_client_sdk/src/examples/fullscreen_tumbler/cube.cc
+++ b/native_client_sdk/src/examples/fullscreen_tumbler/cube.cc
@@ -231,7 +231,7 @@ void Cube::CreateCube() {
}
void Cube::ComputeModelViewTransform(GLfloat* model_view) {
- // This method takes into account the possiblity that |orientation_|
+ // This method takes into account the possibility that |orientation_|
// might not be normalized.
double sqrx = orientation_[0] * orientation_[0];
double sqry = orientation_[1] * orientation_[1];

Powered by Google App Engine
This is Rietveld 408576698