diff mbox series

[bug#63753,v2,1/1] * doc/guix.texi (Using Guix Interactively): Fix typo

Message ID 20230604030158.4086935-2-ruijie@netyu.xyz
State New
Headers show
Series Fix guix.texi typo | expand

Commit Message

Ruijie Yu June 4, 2023, 3:01 a.m. UTC
From: Ruijie Yu <ruijie@netyu.xyz>

---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ludovic Courtès June 24, 2023, 3:07 p.m. UTC | #1
Hi!

This typo was fixed by Efraim in
c1b8f1bc7a67ff8fa8bfe2a1475e23adf3581219.

Thanks,
Ludo’.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 31dc33fb97..7946e25059 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -12453,7 +12453,7 @@  shows build events only, and higher levels print build logs.
 @end deffn
 
 @deffn {REPL command} run-in-store @var{exp}
-Run @var{exp}, a monadic expresssion, through the store monad.
+Run @var{exp}, a monadic expression, through the store monad.
 @xref{The Store Monad}, for more information.
 @end deffn