From ff051cf01fe0aa7f84f6655140b7823e80af79ce Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 29 Oct 2021 07:29:16 -0400 Subject: Fix typo in chickadee/config.scm.in. --- chickadee/config.scm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3