diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-10-20 23:48:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-21 19:19:33 +0200 |
commit | 481d2fbb912bc2cdad7ef97f2f1c26a0e33e6534 (patch) | |
tree | 57cf363a4b2ee19317bfe7582eecfa84d45e824f /doc/guix.texi | |
parent | 8fe7c89f0c618075d8a31d997bd3eb86e6999f9d (diff) |
doc: Fix typo in 'git-fetch' description.
* doc/guix.texi (origin Reference): Replace "git-download" with
"git-fetch" in one sentence.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 05111d4327..92bf290592 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. |