Fixing typos (#3868)

This commit is contained in:
Silvio Rhatto 2012-05-10 21:26:38 -03:00
parent e22107cf09
commit b7a92b20f8

View File

@ -423,7 +423,7 @@ function rotate_long {
fi
# Validate created date
if [ -z "$created" ] || echo $created | grep -v -q -e '^[0-9]*$'; then
warning "Invalid metatada $created. Skipping rotation."
warning "Invalid metadata $created. Skipping rotation."
break
fi
cutoff_time=$(( now - (seconds*(i-1)) ))
@ -546,7 +546,7 @@ function rotate_long_remote {
fi
# Validate created date
if [ -z "\$created" ] || echo \$created | grep -v -q -e '^[0-9]*$'; then
echo "Warning: Invalid metatada \$created. Skipping rotation."
echo "Warning: Invalid metadata \$created. Skipping rotation."
break
fi
cutoff_time=\$(( now - (seconds*(i-1)) ))