From 432f620fa92fe0e7d2b71cec82593711e82b66e0 Mon Sep 17 00:00:00 2001 From: Olivier Couet <olivier.couet@gmail.com> Date: Tue, 15 May 2018 17:03:51 +0200 Subject: [PATCH] typo --- tutorials/tree/temperature.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tree/temperature.C b/tutorials/tree/temperature.C index a62ba31681b..40b7ccff1e6 100644 --- a/tutorials/tree/temperature.C +++ b/tutorials/tree/temperature.C @@ -41,7 +41,7 @@ void temperature() // range of years tree->GetEntry(0); - rYear[1] = (Int_t)tree->GetLeaf("YEAR")->GetValue(); // fisrt year + rYear[1] = (Int_t)tree->GetLeaf("YEAR")->GetValue(); // first year tree->GetEntry(tree->GetEntries() - 1); rYear[2] = (Int_t)tree->GetLeaf("YEAR")->GetValue(); // last year rYear[2] = rYear[2] + 1; -- GitLab