guix-commits
[Top][All Lists]
Advanced

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

01/01: build-system/gnu: Fix typo.


From: Ludovic Courtès
Subject: 01/01: build-system/gnu: Fix typo.
Date: Tue, 20 Mar 2018 12:02:21 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 248871e00667fc5c4b40ab9816ca8d5df47d40d7
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 20 17:01:41 2018 +0100

    build-system/gnu: Fix typo.
    
    * guix/build/gnu-build-system.scm (dump-file-contents): Fix typo in
    'string-pad' argument.
---
 guix/build/gnu-build-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/gnu-build-system.scm b/guix/build/gnu-build-system.scm
index 2c0f60c..a39a884 100644
--- a/guix/build/gnu-build-system.scm
+++ b/guix/build/gnu-build-system.scm
@@ -342,7 +342,7 @@ makefiles."
   (define (dump file)
     (let ((prefix (string-append "\n--- " file " ")))
       (display (if (< (string-length prefix) 78)
-                   (string-pad-right prefix 78 #\---)
+                   (string-pad-right prefix 78 #\-)
                    prefix)
                port)
       (display "\n\n" port)



reply via email to

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