Skip to content

Commit 95fe1d8

Browse files
ferdymercuryguitargeek
authored andcommitted
[hist] fix typoes
1 parent 763ee06 commit 95fe1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hist/hist/src/TBackCompFitter.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void TBackCompFitter::FixParameter(Int_t ipar) {
332332
void TBackCompFitter::GetConfidenceIntervals(Int_t n, Int_t ndim, const Double_t *x, Double_t *ci, Double_t cl)
333333
{
334334
if (!fFitter->Result().IsValid()) {
335-
Error("GetConfidenceIntervals","Cannot compute confidence intervals with an invalide fit result");
335+
Error("GetConfidenceIntervals", "Cannot compute confidence intervals with an invalid fit result");
336336
return;
337337
}
338338

@@ -367,7 +367,7 @@ void TBackCompFitter::GetConfidenceIntervals(Int_t n, Int_t ndim, const Double_t
367367
void TBackCompFitter::GetConfidenceIntervals(TObject *obj, Double_t cl)
368368
{
369369
if (!fFitter->Result().IsValid() ) {
370-
Error("GetConfidenceIntervals","Cannot compute confidence intervals with an invalide fit result");
370+
Error("GetConfidenceIntervals", "Cannot compute confidence intervals with an invalid fit result");
371371
return;
372372
}
373373

0 commit comments

Comments
 (0)