[PATCH] installer: Fix typo in docstring.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Meiyo Peng
Owner
unassigned
Submitted by
Meiyo Peng
Severity
normal

Debbugs page

Meiyo Peng wrote 6 years ago
(address . guix-patches@gnu.org)(name . Meiyo Peng)(address . meiyo@riseup.net)
20190427074051.3617-1-meiyo@riseup.net
* 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(-)

Toggle diff (22 lines)
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
Ludovic Courtès wrote 6 years ago
(name . Meiyo Peng)(address . meiyo@riseup.net)(address . 35444-done@debbugs.gnu.org)
877ebdjlp9.fsf@gnu.org
Meiyo Peng <meiyo@riseup.net> skribis:

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

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 35444@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 35444
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help