profiles: Fix typo in manifest comment.
authorLudovic Courtès <ludo@gnu.org>
Mon, 22 Feb 2021 22:34:32 +0000 (23:34 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 22 Feb 2021 22:42:08 +0000 (23:42 +0100)
* guix/build/profiles.scm (build-profile): Fix typo.

guix/build/profiles.scm

index b42f498..a40c3f9 100644 (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)))