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

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

[debbugs-tracker] bug#30837: closed ([PATCH 3/3] guix import elpa: Fix t


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30837: closed ([PATCH 3/3] guix import elpa: Fix typos in documentation strings)
Date: Sat, 17 Mar 2018 21:31:01 +0000

Your message dated Sat, 17 Mar 2018 22:30:21 +0100
with message-id <address@hidden>
and subject line Re: [bug#30837] [PATCH 3/3] guix import elpa: Fix typos in 
documentation strings
has caused the debbugs.gnu.org bug report #30837,
regarding [PATCH 3/3] guix import elpa: Fix typos in documentation strings
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30837: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30837
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30837] [PATCH 3/3] guix import elpa: Fix typos in documentation strings Date: Sat, 17 Mar 2018 22:30:21 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

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