summaryrefslogtreecommitdiff
path: root/macosx-setup.sh
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2016-10-17 15:47:04 +0200
committerJörg Mayer <jmayer@loplof.de>2016-10-17 13:48:32 +0000
commit632b7d19d770e5215f1e89c363e3afab56369a53 (patch)
tree73cdd9ebc6a1b3a5ecab6fc6cd6bb5d3bef863ce /macosx-setup.sh
parente5c594636324efaf908f5c779fa56e5feca4252d (diff)
downloadwireshark-632b7d19d770e5215f1e89c363e3afab56369a53.tar.gz
Fix typo in a message
Change-Id: Ic1651c4ff0fd7ba7f13cd52b596f3d54cf6c3e00 Reviewed-on: https://code.wireshark.org/review/18245 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-xmacosx-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index e5a0966973..950404c3fd 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -1513,7 +1513,7 @@ install_all() {
#
if [ ! -z "$installed_nghttp2_version" -a \
"$installed_nghttp2_version" != "$NGHTTP2_VERSION" ] ; then
- echo "Installed libssh version is $installed_nghttp2_version"
+ echo "Installed nghttp2 version is $installed_nghttp2_version"
if [ -z "$NGHTTP2_VERSION" ] ; then
echo "nghttp2 is not requested"
else