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