aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-05 13:30:29 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-09 23:07:11 +0900
commitf348d2be2e019fcda44af8ab81073e2f04697a38 (patch)
treebd7489dac2ac325936455036e2e7471b2ceef9e2
parent18ed22536d08121c3d8f27a001d4d877c08340b2 (diff)
downloadguix-f348d2be2e019fcda44af8ab81073e2f04697a38.tar.gz
guix-f348d2be2e019fcda44af8ab81073e2f04697a38.zip
tests: Fix typo.
* tests/guix-build.sh: Fix typo.
-rw-r--r--tests/guix-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-build.sh b/tests/guix-build.sh
index 79306c8998..40844c142b 100644
--- a/tests/guix-build.sh
+++ b/tests/guix-build.sh
@@ -421,7 +421,7 @@ then
guix build -m <(echo '(specifications->manifest (list "guile"))') -n
fi
-# Build a scheme->file object via multiple expressions, and validate it
+# Build a scheme-file object via multiple expressions, and validate it
# produces the correct result when evaluated.
scheme_file=$(guix build -e \
"(use-modules (guix gexp)) \