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

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

bug#42205: closed ([PATCH] discovery: Fix typo.)


From: GNU bug Tracking System
Subject: bug#42205: closed ([PATCH] discovery: Fix typo.)
Date: Sun, 05 Jul 2020 10:41:02 +0000

Your message dated Sun, 05 Jul 2020 16:10:15 +0530
with message-id <871rlqutww.fsf@systemreboot.net>
and subject line Re: [bug#42205] [PATCH] discovery: Fix typo.
has caused the debbugs.gnu.org bug report #42205,
regarding [PATCH] discovery: Fix typo.
to be marked as done.

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


-- 
42205: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42205
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] discovery: Fix typo. Date: Sun, 5 Jul 2020 03:46:13 +0530
* guix/discovery.scm (fold-module-public-variables*): In the docstring,
replace (PROC MODULE SYMBOL VARIABLE) with (PROC MODULE SYMBOL VARIABLE
RESULT).
---
 guix/discovery.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/guix/discovery.scm b/guix/discovery.scm
index 7c5fed7f0e..b84b9ff370 100644
--- a/guix/discovery.scm
+++ b/guix/discovery.scm
@@ -153,9 +153,9 @@ SUB-DIRECTORY. Modules are listed in the order they appear 
on the path."
   (reverse (fold-modules cons '() path #:warn warn)))
 
 (define (fold-module-public-variables* proc init modules)
-  "Call (PROC MODULE SYMBOL VARIABLE) for each variable exported by one of 
MODULES,
-using INIT as the initial value of RESULT.  It is guaranteed to never traverse
-the same object twice."
+  "Call (PROC MODULE SYMBOL VARIABLE RESULT) for each variable exported by one
+of MODULES, using INIT as the initial value of RESULT.  It is guaranteed to
+never traverse the same object twice."
   ;; Here SEEN is populated by variables; if two different variables refer to
   ;; the same object, we still let them through.
   (identity                                       ;discard second return value
-- 
2.26.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42205] [PATCH] discovery: Fix typo. Date: Sun, 05 Jul 2020 16:10:15 +0530
> This looks fine. Do not hesitate to proceed without reviewing for those
> typo fixing patches :).

Ok, thanks! :-) Pushed to master.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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