ui: Fix typo.

* guix/ui.scm (display-profile-content-diff): Fix typo in docstring.
This commit is contained in:
Ludovic Courtès 2018-07-11 00:53:04 +02:00
parent 78d55b703d
commit dc013aff81
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1428,7 +1428,7 @@ DURATION-RELATION with the current time."
(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)))