[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix verb conjugation.
From: |
guix-commits |
Subject: |
01/01: doc: Fix verb conjugation. |
Date: |
Sun, 8 Sep 2019 08:55:54 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 861b9a365b2a56d70012c9b573b1a3d953601257
Author: Matthew Kraai <address@hidden>
Date: Sat Sep 7 17:59:32 2019 -0700
doc: Fix verb conjugation.
* doc/guix.texi (Invoking guix pull): Change "run" to "ran".
Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 31f7890..51429d8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3624,7 +3624,7 @@ version. New @command{guix} sub-commands added by the
update also
become available.
Any user can update their Guix copy using @command{guix pull}, and the
-effect is limited to the user who run @command{guix pull}. For
+effect is limited to the user who ran @command{guix pull}. For
instance, when user @code{root} runs @command{guix pull}, this has no
effect on the version of Guix that user @code{alice} sees, and vice
versa.