aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/06-sprite.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/06-sprite.lisp b/examples/06-sprite.lisp
index 1eade58..57916a5 100644
--- a/examples/06-sprite.lisp
+++ b/examples/06-sprite.lisp
@@ -11,8 +11,8 @@
((walkingp :accessor walkingp :initform nil)))
(defun set-key-if-not (sprite key )
- "Sets the frameey for sprite if that key is not already set. Also
-sets the frameset's RUNNINGP to T if it is not already."
+ "Sets the frame kyey for sprite if that key is not already set. Also
+ sets the frameset's RUNNINGP to T if it is not already."
(unless (eql key (ww::frameset-key sprite))
(setf (ww::runningp (ww::current-frameset sprite)) nil)
(setf (ww::frameset-key sprite) key))