summaryrefslogtreecommitdiff
path: root/chickadee/graphics
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-17 08:14:18 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-17 08:14:18 -0400
commit5edce04c698cd92149004ead1cad77c481c682e8 (patch)
tree526b428e10e714e649d4f9fd83d73cc0e81512d5 /chickadee/graphics
parentb4b1dbaaec28331572503828d1b30ec0eea79619 (diff)
Rename (chickadee graphics font) to (chickadee graphics text).
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)