guix-commits
[Top][All Lists]
Advanced

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

branch master updated: installer: tests: Fix typo.


From: guix-commits
Subject: branch master updated: installer: tests: Fix typo.
Date: Sat, 24 Sep 2022 08:15:59 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f38e91a84c installer: tests: Fix typo.
f38e91a84c is described below

commit f38e91a84c7d5ca72ddfccdf0ed8a3f0917054c0
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 24 14:15:12 2022 +0200

    installer: tests: Fix typo.
    
    * gnu/installer/tests.scm (edit-configuration-file): Fix it.
---
 gnu/installer/tests.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/installer/tests.scm b/gnu/installer/tests.scm
index 82c3d3ee88..8785cd9a9f 100644
--- a/gnu/installer/tests.scm
+++ b/gnu/installer/tests.scm
@@ -281,7 +281,7 @@ instrumented for further testing."
 
   (let ((content (call-with-input-file file read-expressions)))
     ;; XXX: Remove the file before re-writing it, to be sure there are no
-    ;; leftovers.  We shouldn't have to to that as CALL-WITH-OUTPUT-FILE uses
+    ;; leftovers.  We shouldn't have to do that as CALL-WITH-OUTPUT-FILE uses
     ;; the O_TRUNC flag by default.
     (delete-file file)
     (call-with-output-file file



reply via email to

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