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

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Fri, 23 Feb 2024 18:35:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69339: closed ([PATCH] build-system/guile: Fix typo in
 documentation string.)
Date: Sat, 02 Mar 2024 15:27:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 02 Mar 2024 16:25:42 +0100
with message-id <8734t8ejux.fsf <at> gnu.org>
and subject line Re: [bug#69339] [PATCH] build-system/guile: Fix typo in documentation string.
has caused the debbugs.gnu.org bug report #69339,
regarding [PATCH] build-system/guile: Fix typo in documentation string.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69339: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69339
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] build-system/guile: Fix typo in documentation string.
Date: Fri, 23 Feb 2024 19:32:58 +0100
* 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(-)

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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: 69339-done <at> debbugs.gnu.org
Subject: Re: [bug#69339] [PATCH] build-system/guile: Fix typo in
 documentation string.
Date: Sat, 02 Mar 2024 16:25:42 +0100
Tomas Volf <~@wolfsden.cz> skribis:

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

Applied, thanks!


This bug report was last modified 1 year and 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.