aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-10-20 23:48:04 +0200
committerLudovic Courtès <ludo@gnu.org>2020-10-21 19:19:33 +0200
commit481d2fbb912bc2cdad7ef97f2f1c26a0e33e6534 (patch)
tree57cf363a4b2ee19317bfe7582eecfa84d45e824f
parent8fe7c89f0c618075d8a31d997bd3eb86e6999f9d (diff)
downloadguix-481d2fbb912bc2cdad7ef97f2f1c26a0e33e6534.tar
guix-481d2fbb912bc2cdad7ef97f2f1c26a0e33e6534.tar.gz
doc: Fix typo in 'git-fetch' description.
* doc/guix.texi (origin Reference): Replace "git-download" with "git-fetch" in one sentence.
-rw-r--r--doc/guix.texi2
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.