mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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 @@ (define (roll-back* store profile)
|
|||
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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue