summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-10-29 07:29:16 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-10-29 07:29:16 -0400
commitff051cf01fe0aa7f84f6655140b7823e80af79ce (patch)
treef076408bb7484ef0d519c38f910c7cd0dc36bb4e
parentb53203045e2960af1920eeebfb6f022047613914 (diff)
Fix typo in chickadee/config.scm.in.
-rw-r--r--chickadee/config.scm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/config.scm.in b/chickadee/config.scm.in
index 26874b9..e4a8e1f 100644
--- a/chickadee/config.scm.in
+++ b/chickadee/config.scm.in
@@ -36,7 +36,7 @@
;; Try to link against multiple library possibilities, such as the
;; absolute file name discovered by ./configure or by searching the
-;; library load path as a fallback method. Useful when restributing
+;; library load path as a fallback method. Useful when distributing
;; relocatable builds.
(define (dynamic-link* names)
(let loop ((names* names))