From 662f6ef68afffba7c0092da05b4bdcf0393e6531 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 19 Jul 2016 16:11:08 +0800 Subject: [PATCH] Fix typo. --- .../discourse-nginx-performance-report/script/nginx_analyze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/discourse-nginx-performance-report/script/nginx_analyze.rb b/plugins/discourse-nginx-performance-report/script/nginx_analyze.rb index 538cfc7bb..6c7d285e0 100644 --- a/plugins/discourse-nginx-performance-report/script/nginx_analyze.rb +++ b/plugins/discourse-nginx-performance-report/script/nginx_analyze.rb @@ -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