guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: profiles: Fix typo in manifest comment.


From: guix-commits
Subject: 05/06: profiles: Fix typo in manifest comment.
Date: Mon, 22 Feb 2021 17:44:27 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit e8fc373900cb3c1ee14db7a88ea6efbfdc810269
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Feb 22 23:34:32 2021 +0100

    profiles: Fix typo in manifest comment.
    
    * guix/build/profiles.scm (build-profile): Fix typo.
---
 guix/build/profiles.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/build/profiles.scm b/guix/build/profiles.scm
index b42f498..a40c3f9 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]