guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: derivations: Fix typo in docstring.


From: guix-commits
Subject: 02/03: derivations: Fix typo in docstring.
Date: Sat, 17 Aug 2019 13:27:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 23ab21fa9d4ed47035dc446b10e9110243d9cdf0
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 17 19:14:49 2019 +0200

    derivations: Fix typo in docstring.
    
    * guix/derivations.scm (derivation-build-plan): Fix typo in the
    docstring.
---
 guix/derivations.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/derivations.scm b/guix/derivations.scm
index b392892..e1073ea 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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]