Skip to content

Commit 8cbb284

Browse files
Roman DonchenkoOpenCV Buildbot
Roman Donchenko
authored and
OpenCV Buildbot
committed
Merge pull request opencv#2348 from ilya-lavrenov:typo
2 parents 9fcb0b2 + 510680a commit 8cbb284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/include/opencv2/core/types_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ enum {
245245
CV_StsVecLengthErr= -28, /* incorrect vector length */
246246
CV_StsFilterStructContentErr= -29, /* incorr. filter structure content */
247247
CV_StsKernelStructContentErr= -30, /* incorr. transform kernel content */
248-
CV_StsFilterOffsetErr= -31, /* incorrect filter ofset value */
248+
CV_StsFilterOffsetErr= -31, /* incorrect filter offset value */
249249
CV_StsBadSize= -201, /* the input/output structure size is incorrect */
250250
CV_StsDivByZero= -202, /* division by zero */
251251
CV_StsInplaceNotSupported= -203, /* in-place operation is not supported */

0 commit comments

Comments
 (0)