diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-29 07:29:16 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-29 07:29:16 -0400 |
commit | ff051cf01fe0aa7f84f6655140b7823e80af79ce (patch) | |
tree | f076408bb7484ef0d519c38f910c7cd0dc36bb4e | |
parent | b53203045e2960af1920eeebfb6f022047613914 (diff) |
Fix typo in chickadee/config.scm.in.
-rw-r--r-- | chickadee/config.scm.in | 2 |
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)) |