build-system/guile: Fix typo in documentation string. * guix/build/guile-build-system.scm (install-documentation): Fix typo in documentation string. Change-Id: I8940591fcbf8222c8f8365dabbac0e8300cad84c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 1 deletions(-) M guix/build/guile-build-system.scm
M guix/build/guile-build-system.scm => guix/build/guile-build-system.scm +1 -1
@@ 216,7 216,7 @@ installed; this is useful for files that are meant to be included." (documentation-file-regexp %documentation-file-regexp) #:allow-other-keys) "Install files that mactch DOCUMENTATION-FILE-REGEXP." "Install files that match DOCUMENTATION-FILE-REGEXP." (let* ((out (assoc-ref outputs "out")) (doc (string-append out "/share/doc/" (strip-store-file-name out))))