From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKI6x-0006hj-07 for guix-patches@gnu.org; Sat, 27 Apr 2019 03:51:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKI6w-0000oq-1E for guix-patches@gnu.org; Sat, 27 Apr 2019 03:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48909) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKI6v-0000oi-UX for guix-patches@gnu.org; Sat, 27 Apr 2019 03:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKI6v-0006uo-OG for guix-patches@gnu.org; Sat, 27 Apr 2019 03:51:01 -0400 Subject: [bug#35444] [PATCH] installer: Fix typo in docstring. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:38872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKI6B-0006Dk-PX for guix-patches@gnu.org; Sat, 27 Apr 2019 03:50:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKHyq-0002hT-I8 for guix-patches@gnu.org; Sat, 27 Apr 2019 03:42:41 -0400 Received: from mx1.riseup.net ([198.252.153.129]:51766) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hKHyq-0002fn-3s for guix-patches@gnu.org; Sat, 27 Apr 2019 03:42:40 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 06F5F1A0291 for ; Sat, 27 Apr 2019 00:42:37 -0700 (PDT) From: Meiyo Peng Date: Sat, 27 Apr 2019 15:40:51 +0800 Message-Id: <20190427074051.3617-1-meiyo@riseup.net> 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: 35444@debbugs.gnu.org * gnu/installer/newt/wifi.scm (draw-scanning-page): Fix typo in docstring= . --- gnu/installer/newt/wifi.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/installer/newt/wifi.scm b/gnu/installer/newt/wifi.scm index 4cf5c128e7..da2f0b56d0 100644 --- a/gnu/installer/newt/wifi.scm +++ b/gnu/installer/newt/wifi.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2018 Mathieu Othacehe +;;; Copyright =C2=A9 2019 Meiyo Peng ;;; ;;; This file is part of GNU Guix. ;;; @@ -80,7 +81,7 @@ nmc_wifi_strength_bars." (message (G_ "Unable to find a wifi technology")))))))) =20 (define (draw-scanning-page) - "Draw a page to indicate a wifi scan in in progress." + "Draw a page to indicate a wifi scan in progress." (draw-info-page (G_ "Scanning wifi for available networks, please wait= .") (G_ "Scan in progress"))) =20 --=20 2.21.0