mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
image: Fix spelling of "evaluate"
* gnu/build/image.scm: Fix typo.
This commit is contained in:
parent
f8acd1aeef
commit
65b86c71ca
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ (define (size-in-kib size)
|
|||
(inexact->exact (ceiling (/ size 1024)))))
|
||||
|
||||
(define (estimate-partition-size root)
|
||||
"Given the ROOT directory, evalute and return its size. As this doesn't
|
||||
"Given the ROOT directory, evaluate and return its size. As this doesn't
|
||||
take the partition metadata size into account, take a 25% margin."
|
||||
(* 1.25 (file-size root)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue