From fa560e75709e28f3e653db817e6b9b42aa1a933e Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 4 Apr 1984 00:44:05 +0000 Subject: -irrelevant typos --- bin/grephdr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/grephdr.sh') 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 "$@" -- cgit v1.2.3