emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35444: closed ([PATCH] installer: Fix typo in docs


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35444: closed ([PATCH] installer: Fix typo in docstring.)
Date: Mon, 29 Apr 2019 07:49:02 +0000

Your message dated Mon, 29 Apr 2019 09:48:50 +0200
with message-id <address@hidden>
and subject line Re: [bug#35444] [PATCH] installer: Fix typo in docstring.
has caused the debbugs.gnu.org bug report #35444,
regarding [PATCH] installer: Fix typo in docstring.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35444: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35444
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] installer: Fix typo in docstring. Date: Sat, 27 Apr 2019 15:40:51 +0800
* 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 © 2018 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2019 Meiyo Peng <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -80,7 +81,7 @@ nmc_wifi_strength_bars."
                  (message (G_ "Unable to find a wifi technology"))))))))
 
 (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")))
 
-- 
2.21.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35444] [PATCH] installer: Fix typo in docstring. Date: Mon, 29 Apr 2019 09:48:50 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Meiyo Peng <address@hidden> skribis:

> * gnu/installer/newt/wifi.scm (draw-scanning-page): Fix typo in docstring.

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]