summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomZ <tomz@freedommail.ch>2020-04-24 22:39:49 +0200
committerJakub Kądziołka <kuba@kadziolka.net>2020-04-27 18:24:19 +0200
commitf4f4aa628a171aa5bc40b8e5cd04ed30d36fc2b7 (patch)
treefe9fd2fcaa50211ec2ca856874e14381196d8d80
parent58a361fef40f86d28938c7a964ca38032ff7f5a0 (diff)
downloadpatches-f4f4aa628a171aa5bc40b8e5cd04ed30d36fc2b7.tar
patches-f4f4aa628a171aa5bc40b8e5cd04ed30d36fc2b7.tar.gz
doc: guix: Fix grammar in "Debugging Build Failures"
* doc/guix.texi (Debugging Build Failures): Fix grammar. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 6613a4af13..b4efc458b5 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8830,7 +8830,7 @@ $ guix environment --no-grafts -C foo --ad-hoc strace gdb
Here, @command{guix environment -C} creates a container and spawns a new
shell in it (@pxref{Invoking guix environment}). The @command{--ad-hoc
strace gdb} part adds the @command{strace} and @command{gdb} commands to
-the container, which would may find handy while debugging. The
+the container, which you may find handy while debugging. The
@option{--no-grafts} option makes sure we get the exact same
environment, with ungrafted packages (@pxref{Security Updates}, for more
info on grafts).