guix-commits
[Top][All Lists]
Advanced

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

branch master updated: ui: Fix typo in description.


From: guix-commits
Subject: branch master updated: ui: Fix typo in description.
Date: Fri, 19 Feb 2021 07:35:59 -0500

This is an automated email from the git hooks/post-receive script.

bricewge pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8a452e1  ui: Fix typo in description.
8a452e1 is described below

commit 8a452e156e37568fdd59df169acb4f2092aeb3ac
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sat Jan 30 21:51:18 2021 +0100

    ui: Fix typo in description.
    
    * guix/ui.scm (switch-to-generation*): Fix typo in description.
---
 guix/ui.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/ui.scm b/guix/ui.scm
index 9cea405..9466a00 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -1968,7 +1968,7 @@ way."
     display-generation-change))
 
 (define (switch-to-generation* profile number)
-  "Like 'switch-generation', but display what is happening."
+  "Like 'switch-to-generation', but display what is happening."
   (let ((previous (switch-to-generation profile number)))
     (display-generation-change previous number)))
 



reply via email to

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