emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68049: closed ([PATCH] download: Fix docstring typo.)


From: GNU bug Tracking System
Subject: bug#68049: closed ([PATCH] download: Fix docstring typo.)
Date: Wed, 27 Dec 2023 20:34:02 +0000

Your message dated Wed, 27 Dec 2023 21:33:16 +0100
with message-id <87r0j74c8j.fsf@gnu.org>
and subject line Re: [bug#68049] [PATCH] download: Fix docstring typo.
has caused the debbugs.gnu.org bug report #68049,
regarding [PATCH] download: Fix docstring typo.
to be marked as done.

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


-- 
68049: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68049
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] download: Fix docstring typo. Date: Tue, 26 Dec 2023 15:54:59 +0100
* guix/scripts/download.scm (ensure-valid-store-file-name name): Fix
  docstring.

Change-Id: If3fe3a923f514bb69297b566e0642c5e80fe4648
---
 guix/scripts/download.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/download.scm b/guix/scripts/download.scm
index 0441d3fead..19052d5652 100644
--- a/guix/scripts/download.scm
+++ b/guix/scripts/download.scm
@@ -55,7 +55,7 @@ (define (download-to-file url file)
     file))
 
 (define (ensure-valid-store-file-name name)
-  "Replace any character not allowed in a stror name by an underscore."
+  "Replace any character not allowed in a store name by an underscore."
 
   (define valid
     ;; according to nix/libstore/store-api.cc
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68049] [PATCH] download: Fix docstring typo. Date: Wed, 27 Dec 2023 21:33:16 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
>  (define (ensure-valid-store-file-name name)
> -  "Replace any character not allowed in a stror name by an underscore."
> +  "Replace any character not allowed in a store name by an underscore."

Applied, thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]