civodul pushed a commit to branch master
in repository guix.
commit 6a82ff632984efb9c7803a6a0ac2e6f57a272f3c
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Oct 12 16:41:48 2023 +0200
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 dc16ec1d15..d6b8bf1e52 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.).