[PATCH] * doc/guix.texi (Using Guix Interactively): Fix typo

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • ruijie
Owner
unassigned
Submitted by
ruijie
Severity
normal
R
R
ruijie wrote on 27 May 2023 16:34
(address . guix-patches@gnu.org)(name . Ruijie Yu)(address . ruijie+git@netyu.xyz)
20230527143431.1953840-1-ruijie@netyu.xyz
From: Ruijie Yu <ruijie+git@netyu.xyz>

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

Toggle diff (15 lines)
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
--
2.40.1
R
R
ruijie wrote on 4 Jun 2023 05:01
[PATCH v2 0/1] Fix guix.texi typo
(address . guix-patches@gnu.org)
20230604030158.4086935-1-ruijie@netyu.xyz
From: Ruijie Yu <ruijie@netyu.xyz>

Ping, since it has been one week. :)

I also took this chance to fix the commit email in use. See the
next mail for the actual patch.

And I took the liberty to CC Ludo, who added this paragraph
according to git-blame.

Ruijie Yu (1):
* doc/guix.texi (Using Guix Interactively): Fix typo

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

--
2.40.1
R
R
ruijie wrote on 4 Jun 2023 05:01
[PATCH v2 1/1] * doc/guix.texi (Using Guix Interactively): Fix typo
(address . guix-patches@gnu.org)
20230604030158.4086935-2-ruijie@netyu.xyz
From: Ruijie Yu <ruijie@netyu.xyz>

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

Toggle diff (15 lines)
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
--
2.40.1
L
L
Ludovic Courtès wrote on 24 Jun 2023 17:07
Re: bug#63753: [PATCH] * doc/guix.texi (Using Guix Interactively): Fix typo
(address . ruijie@netyu.xyz)(address . 63753-done@debbugs.gnu.org)
87v8fczyox.fsf_-_@gnu.org
Hi!

This typo was fixed by Efraim in
c1b8f1bc7a67ff8fa8bfe2a1475e23adf3581219.

Thanks,
Ludo’.
Closed
?