mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -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
|
||||
# TODO This code should be removed in the next release of makepkg
|
||||
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.")"
|
||||
echo "n"
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user