guix-patches
[Top][All Lists]
Advanced

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

[bug#44899] [PATCH 2/3] gremlin: Fix typo in docstring.


From: Ludovic Courtès
Subject: [bug#44899] [PATCH 2/3] gremlin: Fix typo in docstring.
Date: Fri, 27 Nov 2020 10:05:22 +0100

* guix/build/gremlin.scm (file-runpath): Fix typo.
---
 guix/build/gremlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/gremlin.scm b/guix/build/gremlin.scm
index 6857e47b99..44604827a9 100644
--- a/guix/build/gremlin.scm
+++ b/guix/build/gremlin.scm
@@ -250,7 +250,7 @@ info."
       (elf-dynamic-info (parse-elf (get-bytevector-all port))))))
 
 (define (file-runpath file)
-  "Return the DT_RUNPATH dynamic entry of FILE as a list of string, or #f if
+  "Return the DT_RUNPATH dynamic entry of FILE as a list of strings, or #f if
 FILE lacks dynamic info."
   (and=> (file-dynamic-info file) elf-dynamic-info-runpath))
 
-- 
2.29.2






reply via email to

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