From d618184156f734b2e9aa4ec7d1bc3d0bfe274722 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 2 Jul 2022 06:50:16 -0500 Subject: [example] [typo] --- examples/06-sprite.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/06-sprite.lisp') 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)) -- cgit v1.2.3