summaryrefslogtreecommitdiff
path: root/chickadee/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'chickadee/graphics')
-rw-r--r--chickadee/graphics/text.scm (renamed from chickadee/graphics/font.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/graphics/font.scm b/chickadee/graphics/text.scm
index 4e21ba0..42c6fa5 100644
--- a/chickadee/graphics/font.scm
+++ b/chickadee/graphics/text.scm
@@ -21,7 +21,7 @@
;;
;;; Code:
-(define-module (chickadee graphics font)
+(define-module (chickadee graphics text)
#:use-module (ice-9 format)
#:use-module (ice-9 match)
#:use-module (ice-9 regex)