mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
image: Fix spelling of "evaluate"
* gnu/build/image.scm: Fix typo.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@
|
|||||||
(inexact->exact (ceiling (/ size 1024)))))
|
(inexact->exact (ceiling (/ size 1024)))))
|
||||||
|
|
||||||
(define (estimate-partition-size root)
|
(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."
|
take the partition metadata size into account, take a 25% margin."
|
||||||
(* 1.25 (file-size root)))
|
(* 1.25 (file-size root)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user