GNU bug report logs - #30837
[PATCH 3/3] guix import elpa: Fix typos in documentation strings

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Fri, 16 Mar 2018 13:59:03 UTC

Severity: normal

Tags: patch

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

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: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Subject: bug#30837: closed (Re: [bug#30837] [PATCH 3/3] guix import elpa:
 Fix typos in documentation strings)
Date: Sat, 17 Mar 2018 21:31:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#30837: [PATCH 3/3] guix import elpa: Fix typos in documentation strings

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 30837 <at> debbugs.gnu.org.

-- 
30837: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30837
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 30837-done <at> debbugs.gnu.org
Subject: Re: [bug#30837] [PATCH 3/3] guix import elpa: Fix typos in
 documentation strings
Date: Sat, 17 Mar 2018 22:30:21 +0100
Applied, thanks!

Ludo'.

[Message part 3 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 3/3] guix import elpa: Fix typos in documentation strings
Date: Fri, 16 Mar 2018 14:55:10 +0100
---
 guix/import/elpa.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index cae10eb1c..d4bd6eaf8 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -67,7 +67,7 @@ NAMES (strings)."
         (string-append package-name-prefix (string-downcase name)))))
 
 (define* (elpa-url #:optional (repo 'gnu))
-  "Retrun the URL of REPO."
+  "Retrieve the URL of REPO."
   (let ((elpa-archives
          '((gnu . "https://elpa.gnu.org/packages")
            (melpa-stable . "https://stable.melpa.org/packages")
@@ -75,7 +75,7 @@ NAMES (strings)."
     (assq-ref elpa-archives repo)))
 
 (define* (elpa-fetch-archive #:optional (repo 'gnu))
-  "Retrive the archive with the list of packages available from REPO."
+  "Retrieve the archive with the list of packages available from REPO."
   (let ((url (and=> (elpa-url repo)
                     (cut string-append <> "/archive-contents"))))
     (if url
-- 
2.16.2




This bug report was last modified 7 years and 146 days ago.

Previous Next


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