aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_add.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg_add.sh')
-rwxr-xr-xpkg_add.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_add.sh b/pkg_add.sh
index c67b775..1ebc845 100755
--- a/pkg_add.sh
+++ b/pkg_add.sh
@@ -9,7 +9,7 @@ fi
T=`echo "$1" | grep "\." | wc -l `
if [ "$T" -eq "1" ]
then
- echo "Invalid dot character in name. Considere replace by an underscore." 1>&2
+ echo "Invalid dot character in name. Consider replacing with an underscore." 1>&2
exit 1
fi