From 7891f89dddacd089abc4e27b294d198cd4a436d6 Mon Sep 17 00:00:00 2001 From: Willem van Bergen Date: Sat, 11 Oct 2014 13:15:38 -0400 Subject: [PATCH] Fix typo --- lib/request_log_analyzer/aggregator/summarizer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request_log_analyzer/aggregator/summarizer.rb b/lib/request_log_analyzer/aggregator/summarizer.rb index bad62462..a83d1dec 100644 --- a/lib/request_log_analyzer/aggregator/summarizer.rb +++ b/lib/request_log_analyzer/aggregator/summarizer.rb @@ -109,7 +109,7 @@ def report_header(output) output.with_style(:cell_separator => false) do output.table({:width => 20}, {:font => :bold}) do |rows| source.processed_files.each do |f| - rows << ['Processsed File:', f] + rows << ['Processed File:', f] end rows << ['Parsed lines:', source.parsed_lines] rows << ['Skipped lines:', source.skipped_lines]