From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgyal-0006xj-8H for guix-patches@gnu.org; Sat, 21 Jul 2018 16:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgyak-0003mp-BZ for guix-patches@gnu.org; Sat, 21 Jul 2018 16:35:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fgyak-0003mG-73 for guix-patches@gnu.org; Sat, 21 Jul 2018 16:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fgyaj-00077F-U4 for guix-patches@gnu.org; Sat, 21 Jul 2018 16:35:01 -0400 Subject: [bug#32244] [PATCH] doc: Fix typo (missing period) Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgya5-0006qB-8G for guix-patches@gnu.org; Sat, 21 Jul 2018 16:34:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgya4-0003NV-Gh for guix-patches@gnu.org; Sat, 21 Jul 2018 16:34:21 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:38268) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fgya4-0003NH-AS for guix-patches@gnu.org; Sat, 21 Jul 2018 16:34:20 -0400 Received: by mail-wm0-x243.google.com with SMTP id t25-v6so3526541wmi.3 for ; Sat, 21 Jul 2018 13:34:20 -0700 (PDT) Received: from mimimi.home (2a01cb04006dc2000922949cc298644f.ipv6.abo.wanadoo.fr. [2a01:cb04:6d:c200:922:949c:c298:644f]) by smtp.gmail.com with ESMTPSA id k4-v6sm4046642wrv.4.2018.07.21.13.34.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Jul 2018 13:34:18 -0700 (PDT) From: Pierre Neidhardt Date: Sat, 21 Jul 2018 22:34:17 +0200 Message-Id: <20180721203417.512-1-ambrevar@gmail.com> 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: 32244@debbugs.gnu.org * HACKING (Commit Access): Fix typo. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index d1a26d2d6..f68753fee 100644 --- a/HACKING +++ b/HACKING @@ -27,7 +27,7 @@ mailing list. When you get commit access, please make sure to follow the policy below (discussions of the policy can take place on guix-devel@gnu.org.) Non-trivial patches should always be posted to guix-patches@gnu.org (trivial -patches include fixing typos, etc.) This mailing list fills the +patches include fixing typos, etc.). This mailing list fills the patch-tracking database at [[https://bugs.gnu.org/guix-patches]]; see "Contributing" in the manual for details. -- 2.17.1