diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-20 11:54:21 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:30:32 -0700 |
commit | 65b86c71ca305b3953cdbe4ad0cf805f86083870 (patch) | |
tree | d9406c5d0040741c7b641b01840c6d72895c9418 /gnu/build/image.scm | |
parent | f8acd1aeefe2ff5183f58c7e10a1cec4793cffb7 (diff) | |
download | guix-65b86c71ca305b3953cdbe4ad0cf805f86083870.tar.gz guix-65b86c71ca305b3953cdbe4ad0cf805f86083870.zip |
image: Fix spelling of "evaluate"
* gnu/build/image.scm: Fix typo.
Diffstat (limited to 'gnu/build/image.scm')
-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 f6e5cb42f6..45eed0b298 100644 --- a/gnu/build/image.scm +++ b/gnu/build/image.scm @@ -61,7 +61,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))) |