Fix annoying typo.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 20 May 2011 02:44:12 +0000 (02:44 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 20 May 2011 02:44:12 +0000 (02:44 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37318 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/macosx/osx-app.sh

index 52f9bf890df6636cb9ab5b2c0a244cb3452fd07b..f819b318f1c5cc85601d0236d86328d47365d246 100755 (executable)
@@ -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