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

Unified Diff: native_client_sdk/src/examples/pong/pong_model.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/pong/pong_model.h
diff --git a/native_client_sdk/src/examples/pong/pong_model.h b/native_client_sdk/src/examples/pong/pong_model.h
index d864e27f0982fc0c5eddc9b27c08030937263dc9..789f69bf5571d56eca2f6523148c34af64163d4e 100644
--- a/native_client_sdk/src/examples/pong/pong_model.h
+++ b/native_client_sdk/src/examples/pong/pong_model.h
@@ -119,7 +119,7 @@ class PongModelDelegate {
* when a player scores. */
virtual void OnScoreChanged() = 0;
/** Called only when a player scores, not when the score is changed
- * programatically. */
+ * programmatically. */
virtual void OnPlayerScored() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698