Correct English.

This commit is contained in:
Ben Laurie 1999-03-09 10:08:17 +00:00
parent d4d2f98c59
commit 5d11adc8af

View File

@ -20,7 +20,7 @@ if [ ! -f "$OPENSSL" ]; then
fi fi
done done
if [ $found = 0 ]; then 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 exit 0
fi fi
fi fi