Skip to content
Snippets Groups Projects
Commit 50335ac2 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

CaloUtils: Fix typos in comments.

Fix typos in comments.
parent b1d735ba
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36128CaloUtils: Fix typos in comments.
......@@ -8,7 +8,7 @@
* @date Apr, 2020
* @brief Hold constants for a tool.
*
* An extension to Gaudi componts to manage a set of Constants,
* An extension to Gaudi components to manage a set of Constants,
* which are like properties but are set from COOL with the possibility
* of overriding them from job options.
*
......
......@@ -232,7 +232,7 @@ StatusCode ToolConstant<T>::CProperty::fromString( const std::string& value )
throw ExcConstantReset (m_impl.m_toolName, this->name());
}
// Convert from string and sae as the value of the property.
// Convert from string and save as the value of the property.
CaloRec::Arrayrep rep (value, m_impl.m_toolName);
m_impl.m_constants.setrep (this->name(), rep);
T val;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment