gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: -irrelevant typos


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: -irrelevant typos
Date: Sat, 23 Jun 2018 17:12:56 +0200

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

lynx pushed a commit to branch master
in repository gnunet.

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

commit fa560e75709e28f3e653db817e6b9b42aa1a933e
Author: psyc://loupsycedyglgamf.onion/~lynX 
<ircs://psyced.org/youbroketheinternet>
AuthorDate: Wed Apr 4 00:44:05 1984 +0000

    -irrelevant typos
---
 bin/grephdr.sh | 4 ++--
 bin/grepsrc.sh | 2 +-
 bin/pogen.sh   | 2 +-
 bin/rename.sh  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/grephdr.sh b/bin/grephdr.sh
index 203370b6c..dd9050335 100755
--- a/bin/grephdr.sh
+++ b/bin/grephdr.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
-# This scipt is in the public domain.
-# grepsrc.sh string  --- greps for string over all java files
+# This script is in the public domain.
+# grepsrc.sh string  --- greps for string over all header files
 find . -name "*.h" -print | grep -v "#" | xargs grep "$@" 
diff --git a/bin/grepsrc.sh b/bin/grepsrc.sh
index 6b1771f1f..eb2d5e462 100755
--- a/bin/grepsrc.sh
+++ b/bin/grepsrc.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
-# This scipt is in the public domain.
+# This script is in the public domain.
 # grepsrc.sh string  --- greps for string over all C files
 find . -name "*.c" -print | grep -v "#" | xargs grep -n "$*" 
diff --git a/bin/pogen.sh b/bin/pogen.sh
index e0b664ce6..453e0b1d8 100755
--- a/bin/pogen.sh
+++ b/bin/pogen.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# This scipt is in the public domain.
+# This script is in the public domain.
 find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_  | grep -v 
_old | grep -v chat | grep -v .libs/ | sort  > po/POTFILES.in
 grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | 
grep -v chat | sort >> po/POTFILES.in
 
diff --git a/bin/rename.sh b/bin/rename.sh
index 71ba5a369..bf3c767c5 100755
--- a/bin/rename.sh
+++ b/bin/rename.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# This scipt is in the public domain.
+# This script is in the public domain.
 for n in `find * -name "*.c"` `find * -name "*.h"` `find * -name "*.am"` `find 
* -name "*.conf"`  `find * -name "*.conf.in"` 
 do
  cat $n | sed -e "s/$1/$2/g" > $n.new

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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