unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30837] [PATCH 3/3] guix import elpa: Fix typos in documentation strings
@ 2018-03-16 13:55 Konrad Hinsen
  2018-03-17 21:30 ` bug#30837: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-03-16 13:55 UTC (permalink / raw)
  To: 30837

---
 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

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

* bug#30837: [PATCH 3/3] guix import elpa: Fix typos in documentation strings
  2018-03-16 13:55 [bug#30837] [PATCH 3/3] guix import elpa: Fix typos in documentation strings Konrad Hinsen
@ 2018-03-17 21:30 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-03-17 21:30 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 30837-done

Applied, thanks!

Ludo'.

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

end of thread, other threads:[~2018-03-17 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 13:55 [bug#30837] [PATCH 3/3] guix import elpa: Fix typos in documentation strings Konrad Hinsen
2018-03-17 21:30 ` bug#30837: " 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).