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

apteryx pushed a commit to branch master
in repository guix.

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

commit f348d2be2e019fcda44af8ab81073e2f04697a38
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 5 13:30:29 2025 +0900

    tests: Fix typo.
    
    * tests/guix-build.sh: Fix typo.
---
 tests/guix-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)) \

Reply via email to