This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e5667ed  doc: Fix typo.
e5667ed is described below

commit e5667edf5027ae7efd78eb5abaf0b0b5150454a9
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Nov 9 13:13:15 2021 +0100

    doc: Fix typo.
    
    * doc/guix.texi (Invoking guix shell): Fix a typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 3355a53..e6980bd 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

Reply via email to