build: Fix typo in file-size docstring.
* guix/build/store-copy.scm (file-size): Fix typo.
This commit is contained in:
parent
472680a28d
commit
dde03913b3
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user