[PATCH] build-system/guile: Fix typo in documentation string.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
7546da0c993f61a3302ae1c1cc113404f7d9323f.1708713178.git.~@wolfsden.cz
* 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(-)

Toggle diff (17 lines)
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))))

base-commit: aefc7428203203ae88c64cc4769113453c01a185
--
2.41.0
Ludovic Courtès wrote 1 years ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 69339-done@debbugs.gnu.org)
8734t8ejux.fsf@gnu.org
Tomas Volf <~@wolfsden.cz> skribis:

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

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69339@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69339
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help