guix-commits
[Top][All Lists]
Advanced

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

11/12: build: wrap-qt-program: Fix typo.


From: guix-commits
Subject: 11/12: build: wrap-qt-program: Fix typo.
Date: Sun, 14 Nov 2021 21:25:14 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 75cae188ad6e911564c1c7984680bb431793ff18
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sun Nov 14 18:00:22 2021 -0800

    build: wrap-qt-program: Fix typo.
    
    * gnu/build/qt-utils.scm (wrap-qt-program): Fix spelling of "program".
---
 guix/build/qt-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/qt-utils.scm b/guix/build/qt-utils.scm
index c2b80ca..5d3a4d2 100644
--- a/guix/build/qt-utils.scm
+++ b/guix/build/qt-utils.scm
@@ -109,7 +109,7 @@
 
 (define* (wrap-qt-program program-name #:key inputs output
                           (qt-wrap-excluded-inputs %qt-wrap-excluded-inputs))
-  "Wrap the specified programm (which must reside in the OUTPUT's \"/bin\"
+  "Wrap the specified program (which must reside in the OUTPUT's \"/bin\"
 directory) with suitably set environment variables.
 
 This is like qt-build-systems's phase \"qt-wrap\", but only the named program



reply via email to

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