Browse Source

gnunet-bugreport: GNUtls->GnuTLS

Signed-off-by: Nils Gillmann <ng0@n0.is>
Nils Gillmann 5 years ago
parent
commit
c99d62c683
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/scripts/gnunet-bugreport

+ 1 - 1
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>