summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextrapkg2
1 files changed, 1 insertions, 1 deletions
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