unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35444] [PATCH] installer: Fix typo in docstring.
@ 2019-04-27  7:40 Meiyo Peng
  2019-04-29  7:48 ` bug#35444: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Meiyo Peng @ 2019-04-27  7:40 UTC (permalink / raw)
  To: 35444

* 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 <m.othacehe@gmail.com>
+;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
 ;;;
 ;;; 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35444: [PATCH] installer: Fix typo in docstring.
  2019-04-27  7:40 [bug#35444] [PATCH] installer: Fix typo in docstring Meiyo Peng
@ 2019-04-29  7:48 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-04-29  7:48 UTC (permalink / raw)
  To: Meiyo Peng; +Cc: 35444-done

Meiyo Peng <meiyo@riseup.net> skribis:

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

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-29  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-27  7:40 [bug#35444] [PATCH] installer: Fix typo in docstring Meiyo Peng
2019-04-29  7:48 ` bug#35444: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).