Fixed a typo

This commit is contained in:
Steven Barth 2008-08-17 10:51:56 +00:00
parent 3e30400b63
commit 6d430930a3

View file

@ -45,7 +45,7 @@ function date_format(secs)
end
if hour > 24 then
days = math.floor(hours / 24)
days = math.floor(hour / 24)
hour = hour % 24
end