ui: Fix typo.
* guix/ui.scm (display-profile-content-diff): Fix typo in docstring.
This commit is contained in:
parent
78d55b703d
commit
dc013aff81
|
@ -1428,7 +1428,7 @@ DURATION-RELATION with the current time."
|
||||||
(format #t "~a~%" header)))))
|
(format #t "~a~%" header)))))
|
||||||
|
|
||||||
(define (display-profile-content-diff profile gen1 gen2)
|
(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)
|
(define (equal-entry? first second)
|
||||||
(string= (manifest-entry-item first) (manifest-entry-item second)))
|
(string= (manifest-entry-item first) (manifest-entry-item second)))
|
||||||
|
|
Loading…
Reference in New Issue