From 3e58a2d0ddbf9ac3e9218f73fd72cc54a8b4cf47 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 4 Apr 2017 10:56:10 +0200 Subject: [PATCH] fix typos in help message --- DDSim/Helper/ParticleHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDSim/Helper/ParticleHandler.py b/DDSim/Helper/ParticleHandler.py index bd3c72946..6232fa258 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 -- GitLab