index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Roman Kyrylych <roman.kyrylych@gmail.com> | 2007-04-05 11:36:38 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-05 11:36:38 -0400 |
commit | 4dc5dfc72a7b43829ada392a984661107a100da9 (patch) | |
tree | 626baf31a072735b24d5c3cd77a6a411c9630e41 /scripts | |
parent | b65a81b8afc9455fbb80a87ae7c1cf0f39703621 (diff) |
-rwxr-xr-x | scripts/makepkg.in | 2 |
diff --git a/scripts/makepkg.in b/scripts/makepkg.in index 715cc097..cd0b8e6a 100755 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -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 |