From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: [PATCH] doc: Fix "could could" typo in Submitting Patches section Date: Wed, 14 Dec 2016 09:38:36 -0800 Message-ID: <87k2b2fm1v.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHDWo-0005Q0-RT for guix-devel@gnu.org; Wed, 14 Dec 2016 12:39:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHDWl-0001Rp-Jt for guix-devel@gnu.org; Wed, 14 Dec 2016 12:39:42 -0500 Received: from mail-pf0-f180.google.com ([209.85.192.180]:35932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cHDWl-0001Rb-DW for guix-devel@gnu.org; Wed, 14 Dec 2016 12:39:39 -0500 Received: by mail-pf0-f180.google.com with SMTP id 189so4664175pfz.3 for ; Wed, 14 Dec 2016 09:39:39 -0800 (PST) Received: from apteryx ([2601:647:4100:e0d:c2f8:daff:fe5d:2f2f]) by smtp.gmail.com with ESMTPSA id c2sm88699493pfl.66.2016.12.14.09.38.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 14 Dec 2016 09:38:37 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Hi Guix! Please receive this trivial patch (attached) for the Guix info manual. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-doc-Fix-could-could-typo-in-Submitting-Patches-secti.patch Content-Description: Fix "could could" typo in Submitting Patches section >From 805165a6114f745a2e9713215f9935ff78437c49 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 14 Dec 2016 09:30:17 -0800 Subject: [PATCH] doc: Fix "could could" typo in Submitting Patches section * doc/contributing.texi (Submitting Patches): s/could could/could / --- doc/contributing.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 18d891db4..de08f9b35 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -368,4 +368,4 @@ a subject. You may use your email client or the @command{git send-email} command. We prefer to get patches in plain text messages, either inline or as MIME attachments. You are advised to pay attention if your email client changes anything like line breaks or indentation which -could could potentially break the patches. +could potentially break the patches. -- 2.11.0 --=-=-= Content-Type: text/plain Maxim --=-=-=--