From 59bc0f446b661e6efab1bb4378b32971095af245 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:40:35 +0000 Subject: [PATCH 1/2] Initial plan From ff761a8cc5d35000e8fc4a4b344edde8f1c9d49a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:41:59 +0000 Subject: [PATCH 2/2] Fix spelling error: retrived -> retrieved Co-authored-by: rrivera747 <107584474+rrivera747@users.noreply.github.com> --- otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }