From b825e1193b37ca358c32b4cd3c5bc4ad5f550240 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 16 May 2021 11:13:45 +0200 Subject: Fix copy/paste error --- guile/starlet/playback.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guile/starlet/playback.scm b/guile/starlet/playback.scm index ee7066d..e9d5ea2 100644 --- a/guile/starlet/playback.scm +++ b/guile/starlet/playback.scm @@ -224,7 +224,7 @@ (colour? end-val)) (raise-exception (make-exception (make-exception-with-message - "Non-colour arguments given to simple-fade") + "Non-colour arguments given to colour-fade") (make-exception-with-irritants (list start-val end-val))))) -- cgit v1.2.3