diff --git a/DDSim/Helper/ParticleHandler.py b/DDSim/Helper/ParticleHandler.py
index bd3c729462c075dd9b9d7c7df3489fbb16dd1385..6232fa25809402afd7c229ef112474e65f86b353 100644
--- a/DDSim/Helper/ParticleHandler.py
+++ b/DDSim/Helper/ParticleHandler.py
@@ -18,7 +18,7 @@ class ParticleHandler( ConfigHelper ):
 
   @property
   def enableDetailedHitsAndParticleInfo(self):
-    """Enamble lots of printout on simulated hits and MC-truth inforamation"""
+    """Enable lots of printout on simulated hits and MC-truth information"""
     return self._enableDetailedHitsAndParticleInfo
 
   @enableDetailedHitsAndParticleInfo.setter