From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58032) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6mGF-0003j7-FX for guix-patches@gnu.org; Sat, 07 Sep 2019 21:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6mGE-0007HB-CM for guix-patches@gnu.org; Sat, 07 Sep 2019 21:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57682) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i6mGE-0007Gn-6R for guix-patches@gnu.org; Sat, 07 Sep 2019 21:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i6mGD-0000NM-WC for guix-patches@gnu.org; Sat, 07 Sep 2019 21:45:02 -0400 Subject: [bug#37339] [PATCH] doc: Fix verb conjugation Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:57970) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6mFw-0003er-DX for guix-patches@gnu.org; Sat, 07 Sep 2019 21:44:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6mFv-00070d-IU for guix-patches@gnu.org; Sat, 07 Sep 2019 21:44:44 -0400 Received: from ec2-52-8-68-13.us-west-1.compute.amazonaws.com ([52.8.68.13]:46550 helo=aws.ftbfs.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i6mFv-0006yq-Cu for guix-patches@gnu.org; Sat, 07 Sep 2019 21:44:43 -0400 From: Matthew Kraai Date: Sat, 7 Sep 2019 17:59:32 -0700 Message-Id: <20190908005933.25356-1-kraai@ftbfs.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37339@debbugs.gnu.org Cc: Matthew Kraai * doc/guix.texi (Invoking guix pull): Change "run" to "ran". --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 83f791d71d..5ed8e9febd 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3620,7 +3620,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. -- 2.23.0