summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoman Kyrylych <roman.kyrylych@gmail.com>2007-04-05 17:36:38 +0200
committerDan McGee <dan@archlinux.org>2007-04-05 17:36:38 +0200
commit4dc5dfc72a7b43829ada392a984661107a100da9 (patch)
tree626baf31a072735b24d5c3cd77a6a411c9630e41 /scripts
parentb65a81b8afc9455fbb80a87ae7c1cf0f39703621 (diff)
downloadpacman-4dc5dfc72a7b43829ada392a984661107a100da9.tar.gz
pacman-4dc5dfc72a7b43829ada392a984661107a100da9.tar.xz
makepkg: spelling fix
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makepkg.in2
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