From e889291fd037b53992d4be83e78266ab41b5cbcd Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 17 Mar 2016 16:33:02 +0000 Subject: [PATCH] Fix Typos in comments --- DDG4/include/DDG4/Geant4Primary.h | 2 +- DDG4/src/Geant4InputHandling.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DDG4/include/DDG4/Geant4Primary.h b/DDG4/include/DDG4/Geant4Primary.h index 5e6352e80..e35370fb7 100644 --- a/DDG4/include/DDG4/Geant4Primary.h +++ b/DDG4/include/DDG4/Geant4Primary.h @@ -159,7 +159,7 @@ namespace DD4hep { Geant4PrimaryInteraction* get(int id) const; /// Number of interaction contained in the primary event size_t size() const { return m_interactions.size(); } - /// Retrieve all intractions + /// Retrieve all interactions std::vector<Geant4PrimaryInteraction*> interactions() const; }; diff --git a/DDG4/src/Geant4InputHandling.cpp b/DDG4/src/Geant4InputHandling.cpp index 4460c6149..f8b7c41f1 100644 --- a/DDG4/src/Geant4InputHandling.cpp +++ b/DDG4/src/Geant4InputHandling.cpp @@ -140,7 +140,7 @@ int DD4hep::Simulation::generationInitialization(const Geant4Action* /* caller * /** * This action should register all event extension required for the further * processing. We want to avoid that every client has to check if a given - * object is present or not and than later install the required data structures. + * object is present or not and then later install the required data structures. */ context->event().addExtension(new Geant4PrimaryMap()); -- GitLab