summaryrefslogtreecommitdiff
path: root/guix/derivations.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-08-17 19:14:49 +0200
committerLudovic Courtès <ludo@gnu.org>2019-08-17 19:26:10 +0200
commit23ab21fa9d4ed47035dc446b10e9110243d9cdf0 (patch)
tree402d42825c91901f7424dc230c6d5d34c240b90e /guix/derivations.scm
parent2eb0628a423a36bc21777d7439885baa9a9a8e6d (diff)
downloadpatches-23ab21fa9d4ed47035dc446b10e9110243d9cdf0.tar
patches-23ab21fa9d4ed47035dc446b10e9110243d9cdf0.tar.gz
derivations: Fix typo in docstring.
* guix/derivations.scm (derivation-build-plan): Fix typo in the docstring.
Diffstat (limited to 'guix/derivations.scm')
-rw-r--r--guix/derivations.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/derivations.scm b/guix/derivations.scm
index b3928920e2..e1073ea39b 100644
--- a/guix/derivations.scm
+++ b/guix/derivations.scm
@@ -376,8 +376,8 @@ of SUBSTITUTABLES."
(substitution-oracle
store inputs #:mode mode)))
"Given INPUTS, a list of derivation-inputs, return two values: the list of
-derivation to build, and the list of substitutable items that, together,
-allows INPUTS to be realized.
+derivations to build, and the list of substitutable items that, together,
+allow INPUTS to be realized.
SUBSTITUTABLE-INFO must be a one-argument procedure similar to that returned
by 'substitution-oracle'."