From e92f6b9b0eca8d8a222fda3587c501eeddc629f2 Mon Sep 17 00:00:00 2001
From: "Stephen A. Wood" <saw@jlab.org>
Date: Tue, 7 Nov 2017 11:54:45 -0500
Subject: [PATCH] Fix typo in THcRun constructor

---
 src/THcRun.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/THcRun.cxx b/src/THcRun.cxx
index 4604d07..8ae85e5 100644
--- a/src/THcRun.cxx
+++ b/src/THcRun.cxx
@@ -23,7 +23,7 @@ THcRun::THcRun( const char* fname, const char* description ) :
 
 //_____________________________________________________________________________
 THcRun::THcRun( const THcRun& rhs ) :
-  THcRun(rhs)
+  THaRun(rhs)
 {
   // Copy ctor
 
-- 
GitLab