diff org/world.org @ 306:7e7f8d6d9ec5

massive spellchecking
author Robert McIntyre <rlm@mit.edu>
date Sat, 18 Feb 2012 10:59:41 -0700
parents 0235c32152af
children a48a75e5876c
line wrap: on
line diff
     1.1 --- a/org/world.org	Sat Feb 18 10:28:14 2012 -0700
     1.2 +++ b/org/world.org	Sat Feb 18 10:59:41 2012 -0700
     1.3 @@ -49,7 +49,7 @@
     1.4  #+name: header
     1.5  #+begin_src clojure :results silent    
     1.6  (ns cortex.world
     1.7 -  "World Creation, abstracion over jme3's input system, and REPL
     1.8 +  "World Creation, abstraction over jme3's input system, and REPL
     1.9    driven exception handling"
    1.10    {:author "Robert McIntyre"}
    1.11    
    1.12 @@ -85,7 +85,7 @@
    1.13    (doto (AppSettings. true)
    1.14      (.setFullscreen false)
    1.15      (.setTitle "Aurellem.")
    1.16 -    ;; The "Send" AudioRenderer supports sumulated hearing.
    1.17 +    ;; The "Send" AudioRenderer supports simulated hearing.
    1.18      (.setAudioRenderer "Send"))
    1.19    "These settings control how the game is displayed on the screen for
    1.20     debugging purposes.  Use binding forms to change this if desired.