diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/build/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/build/image.scm b/gnu/build/image.scm index d8efa73f16..b6bf259f1b 100644 --- a/gnu/build/image.scm +++ b/gnu/build/image.scm @@ -60,7 +60,7 @@ (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))) |