diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:07 +0200 |
commit | 22f56dda8e469cabbe5712f795bbc1a0a1143d2a (patch) | |
tree | b531e4ef15a0de84748025be0ff48c732ee7c5a5 | |
parent | a3ea97976b15b77a499d6f8a6c1933cc4794393e (diff) |
import: minetest: Fix typo.
* guix/import/minetest.scm (important-dependencies): Fix ‘choosen’ typo.
-rw-r--r-- | guix/import/minetest.scm | 4 |
1 files 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 |