Mercurial > cortex
diff org/integration.org @ 306:7e7f8d6d9ec5
massive spellchecking
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 18 Feb 2012 10:59:41 -0700 |
parents | 7e3938f40c52 |
children | 5d448182c807 |
line wrap: on
line diff
1.1 --- a/org/integration.org Sat Feb 18 10:28:14 2012 -0700 1.2 +++ b/org/integration.org Sat Feb 18 10:59:41 2012 -0700 1.3 @@ -1,4 +1,4 @@ 1.4 -#+title: 1.5 +#+title: Integration 1.6 #+author: Robert McIntyre 1.7 #+email: rlm@mit.edu 1.8 #+description: 1.9 @@ -103,7 +103,7 @@ 1.10 (def full 9001) 1.11 1.12 1.13 -;; Coreography: 1.14 +;; Choreography: 1.15 1.16 ;; Let the hand fall palm-up 1.17 1.18 @@ -117,7 +117,7 @@ 1.19 ;; hand FORCEFULLY catapults the block so that it hits the camera. 1.20 1.21 1.22 -;; the systax here is [keyframe body-part force] 1.23 +;; the syntax here is [keyframe body-part force] 1.24 (def move-fingers 1.25 [[300 :pinky-3-f 50] 1.26 [320 :pinky-2-f 80] 1.27 @@ -867,6 +867,7 @@ 1.28 #+end_src 1.29 1.30 1.31 + 1.32 * COMMENT generate source 1.33 #+begin_src clojure :tangle ../src/cortex/test/integration.clj 1.34 <<integration>>