diff org/games.org @ 306:7e7f8d6d9ec5

massive spellchecking
author Robert McIntyre <rlm@mit.edu>
date Sat, 18 Feb 2012 10:59:41 -0700
parents 1381a6ebd08b
children
line wrap: on
line diff
     1.1 --- a/org/games.org	Sat Feb 18 10:28:14 2012 -0700
     1.2 +++ b/org/games.org	Sat Feb 18 10:59:41 2012 -0700
     1.3 @@ -17,7 +17,7 @@
     1.4  less direct translation from the java source [[http://jmonkeyengine.org/wiki/doku.php/jme3:beginner:hello_simpleapplication][here]].
     1.5  
     1.6  Of note is the fact that since we don't have access to the
     1.7 -=AssetManager= via extendig =SimpleApplication=, we have to build one
     1.8 +=AssetManager= via extending =SimpleApplication=, we have to build one
     1.9  ourselves. 
    1.10  
    1.11  #+name: hello-simple-app