diff --git a/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc b/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc index c6f0af5e..49633654 100644 --- a/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc +++ b/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc @@ -610,7 +610,7 @@ unsigned int DBRunInfo::claimNextRunNumber(unsigned int configureCondition { if(configureConditionID == (unsigned int)-1) { - __SS__ << "Impossible condition ID number not retrived by run info plugin!" + __SS__ << "Impossible condition ID number not retrieved by run info plugin!" << __E__; __SS_THROW__; } @@ -926,7 +926,7 @@ std::vector> DBRunInfo::getRunRecords( runRecords = convertResultToVector(res); if(!runRecords.empty()) { - __COUT__ << "Run records retrived" << __E__; + __COUT__ << "Run records retrieved" << __E__; } else { @@ -1038,7 +1038,7 @@ std::vector> DBRunInfo::getRunConditionByID(uint64_t co PQclear(res); __SS_THROW__; } - __COUT__ << "Run condition record retrived" << __E__; + __COUT__ << "Run condition record retrieved" << __E__; PQclear(res); }