diff options
-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)) |