From 0dec86c4c3340d9c14f1fc481d33aba57330c2d1 Mon Sep 17 00:00:00 2001 From: Jason Chu Date: Sat, 10 May 2008 11:05:20 -0700 Subject: Fix a typo in extrapkg --- extrapkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extrapkg b/extrapkg index e76bcc3..fa72c53 100755 --- a/extrapkg +++ b/extrapkg @@ -73,7 +73,7 @@ else exit 1 fi if [ "$(basename $pkgfile)" != "$(basename $oldstylepkgfile)" ]; then - echo "Renaming makepkg3 package for compatability" + echo "Renaming makepkg3 package for compatibility" mv $pkgfile $oldstylepkgfile pkgfile=$oldstylepkgfile fi -- cgit v1.2.3-54-g00ecf