makepkg: spelling fix

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Roman Kyrylych 2007-04-05 11:36:38 -04:00 committed by Dan McGee
parent b65a81b8af
commit 4dc5dfc72a
1 changed files with 1 additions and 1 deletions

View File

@ -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