From b740960d681e6c0985dbdb734d6486784c9a370b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 25 Aug 2013 09:12:12 -0400 Subject: Fix typo. --- 2d/sprite.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2d/sprite.scm b/2d/sprite.scm index bf2a0f6..b652f4d 100644 --- a/2d/sprite.scm +++ b/2d/sprite.scm @@ -314,7 +314,7 @@ bound." (%make-sprite-batch max-size 0 #f (make-packed-array sprite-vertex (* 4 max-size)))) (define (sprite-batch-draw . args) - "Adds a textured quad to the current zsprite batch." + "Adds a textured quad to the current sprite batch." (apply %sprite-batch-draw *sprite-batch* args)) (define* (%sprite-batch-draw batch texture x y width height origin-x origin-y -- cgit v1.2.3