Skip to content

Commit 27919d8

Browse files
ferdymercuryguitargeek
authored andcommitted
[skip-ci] fix typo
1 parent b679891 commit 27919d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/matrix/src/TDecompSparse.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void TDecompSparse::SetMatrix(const TMatrixDSparse &a)
210210
return;
211211
case 1 :
212212
Error("SetMatrix(const TMatrixDSparse &",
213-
"detected %d entries out of rage in row/col indices; ignored",this->IError());
213+
"detected %d entries out of range in row/col indices; ignored",this->IError());
214214
return;
215215
}
216216

0 commit comments

Comments
 (0)