[PATCH] doc: Fix typos.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Florian Pelz
Owner
unassigned
Submitted by
Florian Pelz
Severity
normal

Debbugs page

Florian Pelz wrote 2 years ago
(address . guix-patches@gnu.org)(name . Florian Pelz)(address . pelzflorian@pelzflorian.de)
20230717190858.19649-2-pelzflorian@pelzflorian.de
* doc/guix.texi (Creating a Channel): Fix typos.
---
Not confident about the commas, but still.

doc/guix.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (44 lines)
diff --git a/doc/guix.texi b/doc/guix.texi
index 9af1b4417b..ee03de04dc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5776,7 +5776,7 @@ a package collection. This involves the following steps:
@enumerate
@item
-Channels live in a Git repository so the first step, when creating a
+A channel lives in a Git repository so the first step, when creating a
channel, is to create its repository:
@example
@@ -5790,7 +5790,7 @@ The next step is to create files containing package modules
(@pxref{Package Modules}), each of which will contain one or more
package definitions (@pxref{Defining Packages}). A channel can provide
things other than packages, such as build systems or services; we're
-using packages as most common use case.
+using packages as it's the most common use case.
For example, Alice might want to provide a module called @code{(alice
packages greetings)} that will provide her favorite ``hello world''
@@ -5815,7 +5815,7 @@ that.
@item
With this first module in place, the next step is to test the packages
it provides. This can be done with @command{guix build}, which needs to
-be fold to look for modules in the Git checkout. For example, assuming
+be told to look for modules in the Git checkout. For example, assuming
@code{(alice packages greetings)} provides a package called
@code{hi-from-alice}, Alice will run this command from the Git checkout:
@@ -5856,7 +5856,7 @@ example, @code{(alice packages greetings)} will automatically be found
by the @command{guix} command.
@end enumerate
-Voilà!
+Voilà!
@c What follows stems from discussions at
@c <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22629#134> as well as

base-commit: 3755941f038ec66fba568fa88d6b2d295e196723
--
2.41.0
Ludovic Courtès wrote 2 years ago
(name . Florian Pelz)(address . pelzflorian@pelzflorian.de)(address . 64690@debbugs.gnu.org)
871qh6pai2.fsf@gnu.org
Hello!

Florian Pelz <pelzflorian@pelzflorian.de> skribis:

Toggle quote (2 lines)
> * doc/guix.texi (Creating a Channel): Fix typos.

LGTM!

Ludo’.
pelzflorian (Florian Pelz) wrote 2 years ago
(address . 64690-done@debbugs.gnu.org)(name . Ludovic Courtès)(address . ludo@gnu.org)
87jzuy6plb.fsf@pelzflorian.de
Thanks! Pushed as 3a3752400d7a70a295a27b66f29457aeeaa2cf27.

Regards,
Florian
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64690@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64690
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help