From 433ada993ddea06294a0c05f1b04f2df0bd68cac Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Fri, 25 Sep 2015 15:04:59 +0000
Subject: [PATCH] Fix typo

---
 DDG4/src/Geant4InputAction.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDG4/src/Geant4InputAction.cpp b/DDG4/src/Geant4InputAction.cpp
index 6ba2f36d2..ea852a26a 100644
--- a/DDG4/src/Geant4InputAction.cpp
+++ b/DDG4/src/Geant4InputAction.cpp
@@ -100,7 +100,7 @@ int Geant4InputAction::readParticles(int evt_number, std::vector<Particle*>& par
   int evid = evt_number + m_firstEvent;
   if ( 0 == m_reader )  {
     if ( m_input.empty() )  {
-      throw runtime_error("InputAction: No inoput file declared!");
+      throw runtime_error("InputAction: No input file declared!");
     }
     string err;
     TypeName tn = TypeName::split(m_input,"|");
-- 
GitLab