guix-commits
[Top][All Lists]
Advanced

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

01/04: import: minetest: Fix typo.


From: guix-commits
Subject: 01/04: import: minetest: Fix typo.
Date: Tue, 31 May 2022 22:36:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 22f56dda8e469cabbe5712f795bbc1a0a1143d2a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:00 2022 +0200

    import: minetest: Fix typo.
    
    * guix/import/minetest.scm (important-dependencies): Fix ‘choosen’ typo.
---
 guix/import/minetest.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/import/minetest.scm b/guix/import/minetest.scm
index 3b2cdcdcac..43cfb533e2 100644
--- a/guix/import/minetest.scm
+++ b/guix/import/minetest.scm
@@ -427,10 +427,10 @@ DEPENDENCIES as a list of AUTHOR/NAME strings."
                (match sort
                  ("score"
                   (warning
-                   (G_ "The implementation with the highest score will be 
choosen!~%")))
+                   (G_ "The implementation with the highest score will be 
chosen!~%")))
                  ("downloads"
                   (warning
-                   (G_ "The implementation that has been downloaded the most 
will be choosen!~%"))))
+                   (G_ "The implementation that has been downloaded the most 
will be chosen!~%"))))
                (package-full-name too))
               (()
                (warning



reply via email to

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