unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69339] [PATCH] build-system/guile: Fix typo in documentation string.
@ 2024-02-23 18:32 Tomas Volf
  2024-03-02 15:25 ` bug#69339: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-02-23 18:32 UTC (permalink / raw)
  To: 69339; +Cc: Tomas Volf

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69339: [PATCH] build-system/guile: Fix typo in documentation string.
  2024-02-23 18:32 [bug#69339] [PATCH] build-system/guile: Fix typo in documentation string Tomas Volf
@ 2024-03-02 15:25 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-03-02 15:25 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 69339-done

Tomas Volf <~@wolfsden.cz> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-02 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-23 18:32 [bug#69339] [PATCH] build-system/guile: Fix typo in documentation string Tomas Volf
2024-03-02 15:25 ` bug#69339: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).