diff mbox series

[bug#69339] build-system/guile: Fix typo in documentation string.

Message ID 7546da0c993f61a3302ae1c1cc113404f7d9323f.1708713178.git.~@wolfsden.cz
State New
Headers show
Series [bug#69339] build-system/guile: Fix typo in documentation string. | expand

Commit Message

Tomas Volf Feb. 23, 2024, 6:32 p.m. UTC
* guix/build/guile-build-system.scm (install-documentation): Fix typo in
documentation string.

Change-Id: I8940591fcbf8222c8f8365dabbac0e8300cad84c
---
 guix/build/guile-build-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: aefc7428203203ae88c64cc4769113453c01a185

Comments

Ludovic Courtès March 2, 2024, 3:25 p.m. UTC | #1
Tomas Volf <~@wolfsden.cz> skribis:

> * guix/build/guile-build-system.scm (install-documentation): Fix typo in
> documentation string.
>
> Change-Id: I8940591fcbf8222c8f8365dabbac0e8300cad84c

Applied, thanks!
diff mbox series

Patch

diff --git a/guix/build/guile-build-system.scm b/guix/build/guile-build-system.scm
index e7e7f2d0be..76bbb79259 100644
--- a/guix/build/guile-build-system.scm
+++ b/guix/build/guile-build-system.scm
@@ -216,7 +216,7 @@  (define* (install-documentation #:key outputs
                                 (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))))