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]; |