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
1 changed files with 1 additions and 1 deletions

View File

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