From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34642) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPYFP-00077z-HS for guix-patches@gnu.org; Fri, 17 Apr 2020 17:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPYFO-00044D-Ll for guix-patches@gnu.org; Fri, 17 Apr 2020 17:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58479) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPYFO-00043h-Iv for guix-patches@gnu.org; Fri, 17 Apr 2020 17:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPYFO-0000RF-CU for guix-patches@gnu.org; Fri, 17 Apr 2020 17:10:02 -0400 Subject: bug#40674: [PATCH]: typos & small fixes in guix/ui.scm Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <8e729c60-13db-32d7-c96c-a2087c64ed62@gmail.com> Date: Fri, 17 Apr 2020 23:09:27 +0200 In-Reply-To: <8e729c60-13db-32d7-c96c-a2087c64ed62@gmail.com> (Vincent Legoll's message of "Thu, 16 Apr 2020 23:44:00 +0200") Message-ID: <87eeslakfs.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Vincent Legoll Cc: 40674-done@debbugs.gnu.org Hi, Vincent Legoll skribis: > Will this create merge conflicts for others ? No, I think it=E2=80=99s fine. >>>From b1c5e90d85a15e87d075d2547c02bb49fe5a54a6 Mon Sep 17 00:00:00 2001 > From: Vincent Legoll > Date: Thu, 16 Apr 2020 23:17:16 +0200 > Subject: [PATCH] guix: ui: Fix typos, 80-col & grammar in comments & > docstrings > > * guix/ui.scm (load*): Fix comment line length. > (leave-on-EPIPE): Fix typo in docstring. > (substitutable-info): Fix typo in comment. > (indented-string): Fix typo in docstring. > (%package-metrics): Fix typo in comment. > (run-guix): Fix grammar in docstring. Applied, thanks! Ludo=E2=80=99.