Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Jul 31, 2023
1 parent 55693a0 commit b9b9f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4EDM4hep2LcioConv/src/k4Lcio2EDM4hepConv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ namespace LCIO2EDM4hepConv {
return convertLCVec<EVENT::LCFloatVec>(name, LCCollection);
}
else if (type != "LCRelation") {
std::cerr << type << " is a collction type for which no known conversion exists." << std::endl;
std::cerr << type << " is a collection type for which no known conversion exists." << std::endl;
}
return retColls;
}
Expand Down

0 comments on commit b9b9f9f

Please sign in to comment.