diff mbox series

[bug#46970] doc: Fix grammar

Message ID 20210306101922.3366-1-e-v@posteo.net
State Accepted
Headers show
Series [bug#46970] doc: Fix grammar | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Edgar Vincent March 6, 2021, 10:19 a.m. UTC
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leo Famulari March 6, 2021, 6:44 p.m. UTC | #1
On Sat, Mar 06, 2021 at 11:19:22AM +0100, Edgar Vincent wrote:
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guix.texi b/doc/guix.texi
> index 464c1141d8..e4e7ff4b09 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -2625,7 +2625,7 @@ Note that @command{sudo guix} runs your user's @command{guix} command and
>  explicitly run root's @command{guix}, type @command{sudo -i guix @dots{}}.
>  
>  The difference matters here, because @command{guix pull} updates
> -the @command{guix} command and package definitions only for the user it is ran
> +the @command{guix} command and package definitions only for the user it is run
>  as.  This means that if you choose to use @command{guix system reconfigure} in
>  root's login shell, you'll need to @command{guix pull} separately.
>  @end quotation

Thanks! Pushed as b3a36ab55b654cd8dbaad222a19a5ffe8b9cf18c
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 464c1141d8..e4e7ff4b09 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2625,7 +2625,7 @@  Note that @command{sudo guix} runs your user's @command{guix} command and
 explicitly run root's @command{guix}, type @command{sudo -i guix @dots{}}.
 
 The difference matters here, because @command{guix pull} updates
-the @command{guix} command and package definitions only for the user it is ran
+the @command{guix} command and package definitions only for the user it is run
 as.  This means that if you choose to use @command{guix system reconfigure} in
 root's login shell, you'll need to @command{guix pull} separately.
 @end quotation