Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed May 28, 2021
1 parent cc9852d commit 0a5f3d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ void SiStripQualityHotStripIdentifierRoot::bookHistos() {
}
if (!gotNentries) {
edm::LogWarning("SiStripQualityHotStripIdentifierRoot")
<< " [SiStripQualityHotStripIdentifierRoot::bookHistos] :: Histogram with to check # of evemnts missing"
<< " [SiStripQualityHotStripIdentifierRoot::bookHistos] :: Histogram with to check # of events missing"
<< std::endl;
}
for (; iter != iterEnd; ++iter) {
Expand Down

0 comments on commit 0a5f3d1

Please sign in to comment.