From 2f0f9303cf47bfc8d5efdb1f97fdfe16fb43013b Mon Sep 17 00:00:00 2001 From: Andreas Weiden <andreas.weiden@gmail.com> Date: Mon, 27 Feb 2017 12:06:12 +0100 Subject: [PATCH] Fix typo --- hist/hist/src/THStack.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hist/hist/src/THStack.cxx b/hist/hist/src/THStack.cxx index a284d1b001a..43a2306d1dc 100644 --- a/hist/hist/src/THStack.cxx +++ b/hist/hist/src/THStack.cxx @@ -1048,7 +1048,7 @@ void THStack::SetMinimum(Double_t minimum) //////////////////////////////////////////////////////////////////////////////// -/// Get iterator over itnernal hists list. +/// Get iterator over internal hists list. TIter THStack::begin() const { return TIter(fHists); -- GitLab