Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Oct 11, 2014
1 parent 61085df commit 7891f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/request_log_analyzer/aggregator/summarizer.rb
Expand Up @@ -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]
Expand Down

0 comments on commit 7891f89

Please sign in to comment.