diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/DerivationFrameworkInDet/TrackParticleMerger.h b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/DerivationFrameworkInDet/TrackParticleMerger.h
index 669eb526ab6c559c3670b832e1c1ca11c23e3488..e5d3a2f04982978ab45f1d1b86e6a9be1e11ff50 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/DerivationFrameworkInDet/TrackParticleMerger.h
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/DerivationFrameworkInDet/TrackParticleMerger.h
@@ -58,7 +58,7 @@ namespace DerivationFramework {
                                xAOD::TrackParticleContainer* outputCol) const;
 
     private:
-      Gaudi::Property<bool>  m_createViewCollection{this, "createViewColllection", true};     //!< option to create a view collection and not deep-copy tracks 
+      Gaudi::Property<bool>  m_createViewCollection{this, "CreateViewColllection", true};     //!< option to create a view collection and not deep-copy tracks 
     };
     
 }