1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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

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.