Skip to content

Commit

Permalink
Fix a stupid typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuveland committed Nov 3, 2016
1 parent aa45b9a commit 73aaec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fles_core/TimesliceAnalyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ std::string TimesliceAnalyzer::statistics() const
<< human_readable_count(content_bytes_) << " in " << microslice_count_
<< " microslices, avg: "
<< static_cast<double>(content_bytes_) / microslice_count_ << ")";
if (timslice_error_count_ > 0) {
if (timeslice_error_count_ > 0) {
s << " [" << timeslice_error_count_ << " errors]";
}
return s.str();
Expand Down

0 comments on commit 73aaec5

Please sign in to comment.