gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: -fix typos


From: gnunet
Subject: [libmicrohttpd] branch master updated: -fix typos
Date: Mon, 10 Apr 2023 23:32:52 +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 46357a33 -fix typos
46357a33 is described below

commit 46357a33c1c8bf16ca8649e2b3b18c720f54da2e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 10 23:32:49 2023 +0200

    -fix typos
---
 contrib/make-dist.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/contrib/make-dist.sh b/contrib/make-dist.sh
index 41918973..2b66c35a 100755
--- a/contrib/make-dist.sh
+++ b/contrib/make-dist.sh
@@ -10,7 +10,7 @@
 
 if ! grep -Eq -e '^PRETTY_NAME="Debian GNU/Linux 12 \(bookworm\)"$' 
/etc/os-release
 then
-  echo "Only Debian 'bookworm' is suppoted by this script." >&2
+  echo "Only Debian 'bookworm' is supported by this script." >&2
   exit 1
 fi
 
@@ -30,7 +30,7 @@ rootsrcdir="$PWD" || exit 2
 
 # Cleanup sources
 echo ''
-echo '*** Perfoming initial cleanup...'
+echo '*** Performing initial cleanup...'
 echo ''
 if [[ ! -f 'Makefile' ]] || ! make maintainer-clean
 then
@@ -54,7 +54,7 @@ echo '*** Copying autotools files...'
 echo ''
 autoreconf -fvi || exit 4
 echo ''
-echo '*** Perfoming intermediate cleanup...'
+echo '*** Performing intermediate cleanup...'
 echo ''
 ./configure || exit 4
 make distclean || exit 4
@@ -66,7 +66,7 @@ echo ''
 
 # Patching local autotools files
 echo ''
-echo '*** Perfoming patching of local autotools files...'
+echo '*** Performing patching of local autotools files...'
 echo ''
 "$tooldir/fixes-libtool/apply-all.sh" || exit 5
 "$tooldir/fixes-autoconf/apply-all.sh" || exit 5
@@ -93,4 +93,4 @@ echo ''
 echo '** Dist tarball ready.'
 echo ''
 
-exit 0
\ No newline at end of file
+exit 0

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