import: minetest: Fix typo.

* guix/import/minetest.scm (important-dependencies): Fix ‘choosen’ typo.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:00 +02:00
parent a3ea97976b
commit 22f56dda8e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -427,10 +427,10 @@ (define (filter-deduplicate-map f list)
(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