Fix typo :(

This commit is contained in:
Andreas Öman 2010-03-20 10:37:11 +00:00
parent 1ccf930198
commit 6361f95aac

View file

@ -120,7 +120,7 @@ tvheadend.dvrschedule = function() {
}
return hours + ' hrs, ' + min + ' min';
} else {
return parsInt(value) + ' min';
return parseInt(value) + ' min';
}
}