Fix typo.

This commit is contained in:
Guo Xiang Tan 2016-07-19 16:11:08 +08:00
parent bd88d05ac6
commit 662f6ef68a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class LogAnalyzer
user_agent =~ /Mobile|Android|webOS/ && !(user_agent =~ /iPad|Nexus (7|10)/)
end
def parsed_timge
def parsed_time
DateTime.strptime(time, TIME_FORMAT) if time
end