aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-09-24 14:15:12 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-09-24 14:15:47 +0200
commitf38e91a84c7d5ca72ddfccdf0ed8a3f0917054c0 (patch)
tree100bdd4e25f5424a3c8ef91c21046bf272d556b1 /gnu/installer
parentdc7191302e6d099a26673e08b78eb5f4b2a2b17b (diff)
downloadguix-f38e91a84c7d5ca72ddfccdf0ed8a3f0917054c0.tar
guix-f38e91a84c7d5ca72ddfccdf0ed8a3f0917054c0.tar.gz
installer: tests: Fix typo.
* gnu/installer/tests.scm (edit-configuration-file): Fix it.
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/tests.scm2
1 files changed, 1 insertions, 1 deletions
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