From 6a82ff632984efb9c7803a6a0ac2e6f57a272f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 12 Oct 2023 16:41:48 +0200 Subject: [PATCH] doc: Fix typo. * doc/guix.texi (Derivations): Fix typo. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index dc16ec1d157..d6b8bf1e52d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11403,7 +11403,7 @@ directory in the store, but may produce more. @item @cindex build-time dependencies @cindex dependencies, build-time -The inputs of the derivations---i.e., its build-time dependencies---which may +The inputs of the derivation---i.e., its build-time dependencies---which may be other derivations or plain files in the store (patches, build scripts, etc.).