civodul pushed a commit to branch master
in repository guix.

commit 481d2fbb912bc2cdad7ef97f2f1c26a0e33e6534
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Oct 20 23:48:04 2020 +0200

    doc: Fix typo in 'git-fetch' description.
    
    * doc/guix.texi (origin Reference): Replace "git-download" with
    "git-fetch" in one sentence.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 05111d4..92bf290 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6743,7 +6743,7 @@ corresponding file name in the store.
 @end deffn
 
 Likewise, the @code{(guix git-download)} module defines the
-@code{git-download} origin method, which fetches data from a Git version
+@code{git-fetch} origin method, which fetches data from a Git version
 control repository, and the @code{git-reference} data type to describe
 the repository and revision to fetch.
 

Reply via email to