mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-09 13:07:58 -05:00
makepkg: spelling fix
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
b65a81b8af
commit
4dc5dfc72a
@ -136,7 +136,7 @@ check_option() {
|
|||||||
# START DEPRECATED
|
# START DEPRECATED
|
||||||
# TODO This code should be removed in the next release of makepkg
|
# TODO This code should be removed in the next release of makepkg
|
||||||
elif [ "$lc" = "no$needle" ]; then
|
elif [ "$lc" = "no$needle" ]; then
|
||||||
warning "$(gettext "Options beginning with 'no' will be depricated in the next version of makepkg!")"
|
warning "$(gettext "Options beginning with 'no' will be deprecated in the next version of makepkg!")"
|
||||||
plain "$(eval_gettext "Please replace 'no' with '!': no\$needle -> !\$needle.")"
|
plain "$(eval_gettext "Please replace 'no' with '!': no\$needle -> !\$needle.")"
|
||||||
echo "n"
|
echo "n"
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user