From 4dc5dfc72a7b43829ada392a984661107a100da9 Mon Sep 17 00:00:00 2001 From: Roman Kyrylych Date: Thu, 5 Apr 2007 11:36:38 -0400 Subject: makepkg: spelling fix Signed-off-by: Dan McGee --- scripts/makepkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-24-g4f1b