Skip to content

Commit 2e655ef

Browse files
ferdymercuryguitargeek
authored andcommitted
[hist] fix typo
1 parent 7bb2afe commit 2e655ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hist/histpainter/src/TGraphPainter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4480,7 +4480,7 @@ void TGraphPainter::PaintScatter(TScatter *theScatter, Option_t* chopt)
44804480
if (minc<h->GetMinimum()) minc = h->GetMinimum();
44814481
if (maxc>h->GetMaximum()) maxc = h->GetMaximum();
44824482
} else {
4483-
Error("PaintScatter", "Mininal (%g) and Maximal (%g) values of the internal histogram are not valid",h->GetMinimum(),h->GetMaximum());
4483+
Error("PaintScatter", "Minimal (%g) and Maximal (%g) values of the internal histogram are not valid",h->GetMinimum(),h->GetMaximum());
44844484
}
44854485

44864486
// Define and paint palette

0 commit comments

Comments
 (0)