From df8b092efbd859233c1c15225e03353d1dcad17b Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Fri, 13 Aug 2010 07:11:53 +0000
Subject: [PATCH] Fix typos (see http://savannah.cern.ch/bugs/?71413)

git-svn-id: http://root.cern.ch/svn/root/trunk@34799 27541ba8-7e3a-0410-8455-c3a389f83636
---
 hist/hist/src/TH3.cxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hist/hist/src/TH3.cxx b/hist/hist/src/TH3.cxx
index 76bd4322b4f..a8cffe93aba 100644
--- a/hist/hist/src/TH3.cxx
+++ b/hist/hist/src/TH3.cxx
@@ -1891,7 +1891,7 @@ TH1D *TH3::DoProject1D(const char* name, const char* title, TAxis* projX,
          h1->Reset();   
       }      
       else {  
-         Error("DoProject1D","Histogram with name %s alread exists and it is not compatible",name);
+         Error("DoProject1D","Histogram with name %s already exists and it is not compatible",name);
          return 0; 
       }
    }
@@ -2097,7 +2097,7 @@ TH2D *TH3::DoProject2D(const char* name, const char * title, TAxis* projX, TAxis
          h2->Reset();   
       }      
       else {  
-         Error("DoProject2D","Histogram with name %s alread exists and it is not compatible",name);
+         Error("DoProject2D","Histogram with name %s already exists and it is not compatible",name);
          return 0; 
       }
    }
@@ -2566,7 +2566,7 @@ TProfile2D *TH3::DoProjectProfile2D(const char* name, const char * title, TAxis*
          p2->Dump();
          projY->Dump(); projX->Dump(); 
          std::cout << ny << "  " << iymin << " , " << iymax << " nx " << nx << "  " << ixmin << " , " << ixmax << std::endl;
-         Error("DoProjectProfile2D","Profile2D with name %s alread exists and it is not compatible",name);
+         Error("DoProjectProfile2D","Profile2D with name %s already exists and it is not compatible",name);
          return 0; 
       }
    }
-- 
GitLab