ui: Fix typo in description.

* guix/ui.scm (switch-to-generation*): Fix typo in description.
This commit is contained in:
Brice Waegeneire 2021-01-30 21:51:18 +01:00
parent 19e081138b
commit 8a452e156e
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -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)))