mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
ui: Fix typo in description.
* guix/ui.scm (switch-to-generation*): Fix typo in description.
This commit is contained in:
parent
19e081138b
commit
8a452e156e
1 changed files with 1 additions and 1 deletions
|
@ -1968,7 +1968,7 @@ way."
|
||||||
display-generation-change))
|
display-generation-change))
|
||||||
|
|
||||||
(define (switch-to-generation* profile number)
|
(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)))
|
(let ((previous (switch-to-generation profile number)))
|
||||||
(display-generation-change previous number)))
|
(display-generation-change previous number)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue