From: Ben Laurie Date: Tue, 9 Mar 1999 10:08:17 +0000 (+0000) Subject: Correct English. X-Git-Tag: OpenSSL_0_9_2b~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5d11adc8afaed05da74889b54e6096ef5251fa59;p=oweals%2Fopenssl.git Correct English. --- diff --git a/tools/c_rehash b/tools/c_rehash index 739a2de550..cc3b65871f 100644 --- a/tools/c_rehash +++ b/tools/c_rehash @@ -20,7 +20,7 @@ if [ ! -f "$OPENSSL" ]; then fi done if [ $found = 0 ]; then - echo "c_rehash: rehashing skipped ('openssl' program still not available)" 1>&2 + echo "c_rehash: rehashing skipped ('openssl' program not available)" 1>&2 exit 0 fi fi