From dde03913b3e0ecdb3851f49f4e7ca7141a96cacb Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 5 Feb 2022 21:42:25 -0500 Subject: build: Fix typo in file-size docstring. * guix/build/store-copy.scm (file-size): Fix typo. --- guix/build/store-copy.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/build/store-copy.scm b/guix/build/store-copy.scm index 01e1f41870..657a91f324 100644 --- a/guix/build/store-copy.scm +++ b/guix/build/store-copy.scm @@ -140,7 +140,7 @@ It is meant as an internal format." refs))))))) (define (file-size file) - "Return the size of bytes of FILE, entering it if FILE is a directory." + "Return the size in bytes of FILE, entering it if FILE is a directory." (file-system-fold (const #t) (lambda (file stat result) ;leaf (+ (stat:size stat) result)) -- cgit v1.2.3