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

Unified Diff: native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.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/opengl_context.h
diff --git a/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h b/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h
index 48a8462ecfa01f277f1178c31fbb5ffae790034a..f09832cc7846390c5235dcc4f82fb45be0e7bd6a 100644
--- a/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h
+++ b/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h
@@ -37,7 +37,7 @@ class OpenGLContext : public pp::Graphics3DClient {
/// context invalid.
virtual ~OpenGLContext();
- /// The Graphics3DClient interfcace.
+ /// The Graphics3DClient interface.
virtual void Graphics3DContextLost() {
assert(!"Unexpectedly lost graphics context");
}

Powered by Google App Engine
This is Rietveld 408576698