aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-06-05 10:17:44 +0000
committerNils Gillmann <ng0@n0.is>2018-06-05 10:17:44 +0000
commitc99d62c683ec641b81b92efeef913189648b7d61 (patch)
tree081ba2f2d46e8d632da9e9bfcb1eccf61063bfb4
parent52de9c044b048de3f1ba4d6d4d59dc62a6fab5f9 (diff)
gnunet-bugreport: GNUtls->GnuTLS
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rwxr-xr-xcontrib/scripts/gnunet-bugreport2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/gnunet-bugreport b/contrib/scripts/gnunet-bugreport
index 7fbb2f46c8..f17cb7636e 100755
--- a/contrib/scripts/gnunet-bugreport
+++ b/contrib/scripts/gnunet-bugreport
@@ -233,7 +233,7 @@ gcc -o $TMPFILE $TMPFILE.c 2> /dev/null && $TMPFILE || echo "Not found"
rm -f $TMPFILE $TMPFILE.bin
-echo -n "GNUtls : "
+echo -n "GnuTLS : "
TMPFILE=`mktemp /tmp/gnutls-version-testXXXXXX`
cat - >$TMPFILE.c <<EOF
#include <gnutls/gnutls.h>