Mercurial > cortex
diff org/test.org @ 306:7e7f8d6d9ec5
massive spellchecking
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 18 Feb 2012 10:59:41 -0700 |
parents | a1e421d9c485 |
children | bb3f8a4af87f |
line wrap: on
line diff
1.1 --- a/org/test.org Sat Feb 18 10:28:14 2012 -0700 1.2 +++ b/org/test.org Sat Feb 18 10:59:41 2012 -0700 1.3 @@ -1,7 +1,7 @@ 1.4 #+title: Test Suite 1.5 #+author: Robert McIntyre 1.6 #+email: rlm@mit.edu 1.7 -#+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3. 1.8 +#+description: Simulating a body (movement, touch, proprioception) in jMonkeyEngine3. 1.9 #+SETUPFILE: ../../aurellem/org/setup.org 1.10 #+INCLUDE: ../../aurellem/org/level-0.org 1.11 1.12 @@ -17,7 +17,7 @@ 1.13 com.jme3.system.AppSettings)) 1.14 1.15 (defn run-world 1.16 - "run the simulation and wait until it closes proprely." 1.17 + "run the simulation and wait until it closes properly." 1.18 [world] 1.19 (let [lock (promise)] 1.20 (.enqueue