diff --git a/LArCalorimeter/LArRawConditions/src/LArHVScaleCorrComplete.cxx b/LArCalorimeter/LArRawConditions/src/LArHVScaleCorrComplete.cxx index 2a765cb75bfda2b98a7f4889cb01e3cf2a27a5ba..d00a4e021832076e66f87d7c4e18717bb8a81f30 100644 --- a/LArCalorimeter/LArRawConditions/src/LArHVScaleCorrComplete.cxx +++ b/LArCalorimeter/LArRawConditions/src/LArHVScaleCorrComplete.cxx @@ -9,7 +9,7 @@ void LArHVScaleCorrComplete::set(const HWIdentifier& CellID, const float corr) { } const float& LArHVScaleCorrComplete::HVScaleCorr(const Identifier&) const { - std::cout << "LArHVScaleCorrComplete access by offlien id not implemented!" << std::endl; + std::cout << "LArHVScaleCorrComplete access by offline id not implemented!" << std::endl; std::abort(); const static float errcode=LArElecCalib::ERRORCODE; return errcode;