Fix typo: Cowarly -> Cowardly.

Reported by:	Joerg Sonnenberger
This commit is contained in:
Colin Percival 2005-09-07 19:32:15 +00:00
parent 48d91509de
commit 73b2114b4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149868

View File

@ -428,7 +428,7 @@ fetch_snapshot_tagsanity() {
if [ `date "+%s"` -gt `expr ${SNAPSHOTDATE} + 31536000` ]; then
echo "Snapshot appears to be more than a year old!"
echo "(Is the system clock correct?)"
echo "Cowarly refusing to proceed any further."
echo "Cowardly refusing to proceed any further."
return 1
fi
if [ `date "+%s"` -lt `expr ${SNAPSHOTDATE} - 86400` ]; then