aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-03 11:37:23 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-03 11:37:23 +0200
commitae8cb76dead0403f4258c762d8d330cc5aca938d (patch)
treeb83a8f1b8c4021cb66925bb7458a88d3edbfc84b /contrib
parent78998923980d1813bbf34052e7167a0cb19aa06f (diff)
downloadgnunet-ae8cb76dead0403f4258c762d8d330cc5aca938d.tar.gz
gnunet-ae8cb76dead0403f4258c762d8d330cc5aca938d.zip
fix typo
Diffstat (limited to 'contrib')
-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 4c12313df..7ce8941cb 100755
--- a/contrib/scripts/gnunet-bugreport
+++ b/contrib/scripts/gnunet-bugreport
@@ -416,7 +416,7 @@ gnugettext_check()
416 416
417gettext_check() 417gettext_check()
418{ 418{
419 if test -z "`type getext | awk '/not found/'`"; then 419 if test -z "`type gettext | awk '/not found/'`"; then
420 infomsg "gettext : Found" 420 infomsg "gettext : Found"
421 else 421 else
422 infomsg "gettext : Not Found" 422 infomsg "gettext : Not Found"