From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hL127-0002oW-C6 for guix-patches@gnu.org; Mon, 29 Apr 2019 03:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hL126-0008V8-H8 for guix-patches@gnu.org; Mon, 29 Apr 2019 03:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hL126-0008Uw-Df for guix-patches@gnu.org; Mon, 29 Apr 2019 03:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hL126-0000XS-Ay for guix-patches@gnu.org; Mon, 29 Apr 2019 03:49:02 -0400 Subject: bug#35444: [PATCH] installer: Fix typo in docstring. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190427074051.3617-1-meiyo@riseup.net> Date: Mon, 29 Apr 2019 09:48:50 +0200 In-Reply-To: <20190427074051.3617-1-meiyo@riseup.net> (Meiyo Peng's message of "Sat, 27 Apr 2019 15:40:51 +0800") Message-ID: <877ebdjlp9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Meiyo Peng Cc: 35444-done@debbugs.gnu.org Meiyo Peng skribis: > * gnu/installer/newt/wifi.scm (draw-scanning-page): Fix typo in docstring. Applied, thanks!