summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-10-17 11:53:14 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-17 12:23:54 +0200
commitb5e0d90ea5625c5a4f43ac2b3d4c1fcf2e933441 (patch)
tree8045be584d8502f954be7f2d8d86e139f7ad6dee /doc
parent590eb9ef40dd2b902f966dba285262d1a0d9df29 (diff)
doc: cookbook: Fix typos under “Reproducible Research”.
* doc/guix-cookbook.texi (Setting Up the Environment): Remove extra word; add missing word. Change-Id: I41ba29bd81fd6e8262d4112e57e1ff0cce439967
Diffstat (limited to 'doc')
-rw-r--r--doc/guix-cookbook.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 53d72a4b4d2..96acdb7a289 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -5730,14 +5730,14 @@ If you fail to guess the name of the package (this one was easy!), try
@code{guix search}.
Environments for Python, R, and similar high-level languages are
-relatively easy to set up. For C/C++ code, you may find need many more
+relatively easy to set up. For C/C++ code, you may need more
packages:
@example
guix shell -C gcc-toolchain cmake coreutils grep sed make -- @dots{}
@end example
-Or perhaps you'll find that you could just as well provide a
+Or perhaps you'll find that you could just as well provide a definition
for your package---@pxref{Defining Packages,,, guix, GNU Guix Reference
Manual}, to learn more on how to do that.