aboutsummaryrefslogtreecommitdiff
path: root/guix/build/profiles.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-02-22 23:34:32 +0100
committerLudovic Courtès <ludo@gnu.org>2021-02-22 23:42:08 +0100
commite8fc373900cb3c1ee14db7a88ea6efbfdc810269 (patch)
tree9373cc64da457b401964d75bcfd9fe9e605cfbee /guix/build/profiles.scm
parentce2ba3431a71effa2f9f9f888f0e8ad9e670cb72 (diff)
downloadguix-e8fc373900cb3c1ee14db7a88ea6efbfdc810269.tar
guix-e8fc373900cb3c1ee14db7a88ea6efbfdc810269.tar.gz
profiles: Fix typo in manifest comment.
* guix/build/profiles.scm (build-profile): Fix typo.
Diffstat (limited to 'guix/build/profiles.scm')
-rw-r--r--guix/build/profiles.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/build/profiles.scm b/guix/build/profiles.scm
index b42f498a80..a40c3f96de 100644
--- a/guix/build/profiles.scm
+++ b/guix/build/profiles.scm
@@ -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)))