pentoo-updater: typos

This commit is contained in:
blshkv 2019-05-15 21:11:38 +08:00
parent 1bc5159599
commit 098a1d779a
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -192,7 +192,7 @@ do_sync() {
minutesDiff=$(( `date '+%Y%m%d%H%M' -u` - $portage_date ))
if [ $minutesDiff -lt 60 ]
then
echo "The last sync was $minutesDiff min go (<1 hour), skipping"
echo "The last sync was $minutesDiff minutes ago (<1 hour), skipping"
return
fi