guix-commits
[Top][All Lists]
Advanced

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

03/06: installer: Fix typo in docstring.


From: guix-commits
Subject: 03/06: installer: Fix typo in docstring.
Date: Mon, 29 Apr 2019 04:17:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 772bcb1cf00720c150ea13303d5971afaaaca43a
Author: Meiyo Peng <address@hidden>
Date:   Sat Apr 27 15:40:51 2019 +0800

    installer: Fix typo in docstring.
    
    * gnu/installer/newt/wifi.scm (draw-scanning-page): Fix typo in docstring.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 4cf5c12..da2f0b5 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")))
 



reply via email to

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