diff --git a/Calorimeter/CaloUtils/CaloUtils/ToolWithConstants.h b/Calorimeter/CaloUtils/CaloUtils/ToolWithConstants.h
index 5e1fc1f9a48bb5e4f0544ee4a08530604c1403a6..e636571c33bd1d53829f9d98849f6b9f6fc030ba 100644
--- a/Calorimeter/CaloUtils/CaloUtils/ToolWithConstants.h
+++ b/Calorimeter/CaloUtils/CaloUtils/ToolWithConstants.h
@@ -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.
  *
diff --git a/Calorimeter/CaloUtils/CaloUtils/ToolWithConstants.icc b/Calorimeter/CaloUtils/CaloUtils/ToolWithConstants.icc
index bfb77cb235af0e2d3ec022d1a891bb5004ee06d9..1ff5b8451fd80ca0d865cd5d95f5761afd1b537a 100644
--- a/Calorimeter/CaloUtils/CaloUtils/ToolWithConstants.icc
+++ b/Calorimeter/CaloUtils/CaloUtils/ToolWithConstants.icc
@@ -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;