From 18215be59d39741dae96a4a3be6d364b52c10e9b Mon Sep 17 00:00:00 2001 From: "Felix C. Stegerman" Date: Mon, 12 Nov 2018 17:50:39 +0100 Subject: fix typo (s/gift/git/) --- doc/manual/expressions/builtins.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual/expressions/builtins.xml') diff --git a/doc/manual/expressions/builtins.xml b/doc/manual/expressions/builtins.xml index 03a60a3c4c74..cdadfef707b0 100644 --- a/doc/manual/expressions/builtins.xml +++ b/doc/manual/expressions/builtins.xml @@ -436,7 +436,7 @@ stdenv.mkDerivation { … } Fetching a repository's specific commit on an arbitrary branch If the revision you're looking for is in the default branch - of the gift repository you don't strictly need to specify + of the git repository you don't strictly need to specify the branch name in the ref attribute. @@ -465,7 +465,7 @@ stdenv.mkDerivation { … } Fetching a repository's specific commit on the default branch If the revision you're looking for is in the default branch - of the gift repository you may omit the + of the git repository you may omit the ref attribute. builtins.fetchGit { -- cgit 1.4.1