Fix typo in a message

Change-Id: Ic1651c4ff0fd7ba7f13cd52b596f3d54cf6c3e00
Reviewed-on: https://code.wireshark.org/review/18245
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2016-10-17 15:47:04 +02:00 committed by Jörg Mayer
parent e5c5946363
commit 632b7d19d7
1 changed files with 1 additions and 1 deletions

View File

@ -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