summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfind-libdeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-libdeps.sh b/find-libdeps.sh
index e93459a..ca9d232 100755
--- a/find-libdeps.sh
+++ b/find-libdeps.sh
@@ -10,7 +10,7 @@ if [[ $1 = "--ignore-internal" ]]; then
fi
if [[ -z $1 ]]; then
- echo "$(basename "$0") [options] <package file|extraced package dir>"
+ echo "$(basename "$0") [options] <package file|extracted package dir>"
echo "Options:"
echo " --ignore-internal ignore internal libraries"
exit 1