Skip to content

Commit d1c1c01

Browse files
committed
fix typo
1 parent 4547427 commit d1c1c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/test/test_eigen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ using namespace std;
5656

5757
#define MESSAGE_ERROR_COUNT "Matrix of eigen values must have the same rows as source matrix and 1 column."
5858
#define MESSAGE_ERROR_SIZE "Source matrix and matrix of eigen vectors must have the same sizes."
59-
#define MESSAGE_ERROR_DIFF_1 "Accurasy of eigen values computing less than required."
59+
#define MESSAGE_ERROR_DIFF_1 "Accuracy of eigen values computing less than required."
6060
#define MESSAGE_ERROR_DIFF_2 "Accuracy of eigen vectors computing less than required."
6161
#define MESSAGE_ERROR_ORTHO "Matrix of eigen vectors is not orthogonal."
6262
#define MESSAGE_ERROR_ORDER "Eigen values are not sorted in ascending order."

0 commit comments

Comments
 (0)