3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Fix typo in 'git-fetch' description.

* doc/guix.texi (origin Reference): Replace "git-download" with
"git-fetch" in one sentence.
This commit is contained in:
Ludovic Courtès 2020-10-20 23:48:04 +02:00
parent 8fe7c89f0c
commit 481d2fbb91
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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