guix-commits
[Top][All Lists]
Advanced

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

03/04: build-system/gnu: Fix docstring.


From: guix-commits
Subject: 03/04: build-system/gnu: Fix docstring.
Date: Fri, 19 Aug 2022 12:08:59 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit aac106593068752162c7e880e534e55a88e55e69
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Fri Aug 19 07:31:29 2022 +0300

    build-system/gnu: Fix docstring.
    
    * guix/build-system/gnu.scm (dist-package): Fix docstring.
---
 guix/build-system/gnu.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index 651415098e..8eea1cd4c2 100644
--- a/guix/build-system/gnu.scm
+++ b/guix/build-system/gnu.scm
@@ -228,7 +228,7 @@ use `--strip-all' as the arguments to `strip'."
     (replacement (and=> (package-replacement p) static-package))))
 
 (define* (dist-package p source #:key (phases '%dist-phases))
-  "Return a package that runs takes source files from the SOURCE directory,
+  "Return a package that takes source files from the SOURCE directory,
 runs `make distcheck' and whose result is one or more source tarballs.  The
 exact build phases are defined by PHASES."
   (let ((s source))



reply via email to

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