gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: -typos


From: gnunet
Subject: [libmicrohttpd] branch master updated: -typos
Date: Mon, 10 Jul 2023 21:47:04 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new d0110083 -typos
d0110083 is described below

commit d01100833296b70720d8b12701e7d189d2ed0249
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jul 10 19:47:02 2023 +0200

    -typos
---
 src/testzzuf/zzuf_test_runner.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/testzzuf/zzuf_test_runner.sh b/src/testzzuf/zzuf_test_runner.sh
index 40367639..20cd8114 100755
--- a/src/testzzuf/zzuf_test_runner.sh
+++ b/src/testzzuf/zzuf_test_runner.sh
@@ -48,10 +48,10 @@ run_with_socat ()
 }
 
 # zzuf cannot pass-through the return value of checked program
-# so try the direct dry-run first to get possibe 77 or 99 codes
+# so try the direct dry-run first to get possible 77 or 99 codes
 echo "## Dry-run of the $@..."
 if "$@" --dry-run ; then
-  echo "# Dry-run succeded."
+  echo "# Dry-run succeeded."
 else
   res_code=$?
   echo "Dry-run failed with exit code $res_code." 1>&2
@@ -81,7 +81,7 @@ fi
 
 echo "## Dry-run of the $@ with zzuf..."
 if "$ZZUF" ${zzuf_all_params} "$@" --dry-run ; then
-  echo "# Dry-run with zzuf succeded."
+  echo "# Dry-run with zzuf succeeded."
 else
   res_code=$?
   echo "$@ cannot be run with zzuf directly." 1>&2

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]