profiles: Fix typo in manifest comment.

* guix/build/profiles.scm (build-profile): Fix typo.
This commit is contained in:
Ludovic Courtès 2021-02-22 23:34:32 +01:00
parent ce2ba3431a
commit e8fc373900
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -170,8 +170,8 @@ SEARCH-PATHS."
(display "\
;; This file was automatically generated and is for internal use only.
;; It cannot be passed to the '--manifest' option.
;; Run 'guix package --export-manifest' if to export a file suitable
;; for '--manifest'.\n\n"
;; Run 'guix package --export-manifest' if you want to export a file
;; suitable for '--manifest'.\n\n"
p)
(pretty-print manifest p)))