diff options
author | Roman Kyrylych <roman.kyrylych@gmail.com> | 2007-04-05 17:36:38 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-05 17:36:38 +0200 |
commit | 4dc5dfc72a7b43829ada392a984661107a100da9 (patch) | |
tree | 626baf31a072735b24d5c3cd77a6a411c9630e41 /scripts/makepkg.in | |
parent | b65a81b8afc9455fbb80a87ae7c1cf0f39703621 (diff) | |
download | pacman-4dc5dfc72a7b43829ada392a984661107a100da9.tar.gz pacman-4dc5dfc72a7b43829ada392a984661107a100da9.tar.xz |
makepkg: spelling fix
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.in')
-rwxr-xr-x | scripts/makepkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |