Skip to content

Commit

Permalink
DetectorChecksum.cpp: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Sep 20, 2023
1 parent 03a54fd commit d132b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDCore/src/plugins/DetectorChecksum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ const DetectorChecksum::entry_t& DetectorChecksum::handleSegmentation(Segmentati
log << "/>" << newline;
}
log << " </parameters>" << newline;
log << "</segmentatoin>";
log << "</segmentation>";
ise = geo.emplace(seg, make_entry(log)).first;
}
return ise->second;
Expand Down

0 comments on commit d132b82

Please sign in to comment.