summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-11-09 13:13:15 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-11-09 13:13:15 +0100
commite5667edf5027ae7efd78eb5abaf0b0b5150454a9 (patch)
tree54f97aa550487e34dbadf5a03db19cad91ee70be /doc
parent7c5db47730b7f4c64d364db70c73af6ba3d7f6c7 (diff)
downloadguix-patches-e5667edf5027ae7efd78eb5abaf0b0b5150454a9.tar
guix-patches-e5667edf5027ae7efd78eb5abaf0b0b5150454a9.tar.gz
doc: Fix typo.
* doc/guix.texi (Invoking guix shell): Fix a typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 3355a535ad..e6980bd060 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5650,7 +5650,7 @@ spawning a @dfn{container} isolated from the rest of the system:
guix shell --container emacs gcc-toolchain
@end example
-The command above spawns an interactive shell in a container when
+The command above spawns an interactive shell in a container where
nothing but @code{emacs}, @code{gcc-toolchain}, and their dependencies
is available. The container lacks network access and shares no files
other than the current working directory with the surrounding