mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
import: minetest: Fix typo.
* guix/import/minetest.scm (important-dependencies): Fix ‘choosen’ typo.
This commit is contained in:
parent
a3ea97976b
commit
22f56dda8e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue