guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/22: image: Fix spelling of "evaluate"


From: guix-commits
Subject: 01/22: image: Fix spelling of "evaluate"
Date: Wed, 21 Apr 2021 11:50:56 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 65b86c71ca305b3953cdbe4ad0cf805f86083870
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Tue Apr 20 11:54:21 2021 -0700

    image: Fix spelling of "evaluate"
    
    * gnu/build/image.scm: Fix typo.
---
 gnu/build/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/build/image.scm b/gnu/build/image.scm
index f6e5cb4..45eed0b 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]