ui: Fix typo.
* guix/ui.scm (display-profile-content-diff): Fix typo in docstring.
This commit is contained in:
parent
78d55b703d
commit
dc013aff81
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ (define (display-generation profile number)
|
|||
(format #t "~a~%" header)))))
|
||||
|
||||
(define (display-profile-content-diff profile gen1 gen2)
|
||||
"Display the changed packages in PROFILE GEN2 compared to generation GEN2."
|
||||
"Display the changed packages in PROFILE GEN2 compared to generation GEN1."
|
||||
|
||||
(define (equal-entry? first second)
|
||||
(string= (manifest-entry-item first) (manifest-entry-item second)))
|
||||
|
|
Loading…
Reference in a new issue