Fix annoying typo.

svn path=/trunk/; revision=37318
This commit is contained in:
Guy Harris 2011-05-20 02:44:12 +00:00
parent da8ec2c2d6
commit a9447bddf0
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ echo -e "\nCREATE WIRESHARK APP BUNDLE\n"
# Safety tests
if [ ! -e "$LIBPREFIX" ]; then
echo "Cannot find the directory containing the libraires: $LIBPREFIX" >&2
echo "Cannot find the directory containing the libraries: $LIBPREFIX" >&2
exit 1
fi