aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-05-20 02:44:12 +0000
committerGuy Harris <guy@alum.mit.edu>2011-05-20 02:44:12 +0000
commita9447bddf0b391345983bc29ce27c22cef3f9418 (patch)
treef75166fba9172e4e9a050590b78d385932c45f58 /packaging
parentda8ec2c2d6261abf260befd97976d4ff48bbaecf (diff)
Fix annoying typo.
svn path=/trunk/; revision=37318
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index 52f9bf890d..f819b318f1 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -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