typo
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Sat, 15 Feb 2014 21:42:02 +0000 (01:42 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Sat, 15 Feb 2014 21:42:02 +0000 (01:42 +0400)
modules/core/include/opencv2/core/types_c.h

index 3e5d5b0..99ac0d2 100644 (file)
@@ -245,7 +245,7 @@ enum {
  CV_StsVecLengthErr=           -28, /* incorrect vector length */
  CV_StsFilterStructContentErr= -29, /* incorr. filter structure content */
  CV_StsKernelStructContentErr= -30, /* incorr. transform kernel content */
- CV_StsFilterOffsetErr=        -31, /* incorrect filter ofset value */
+ CV_StsFilterOffsetErr=        -31, /* incorrect filter offset value */
  CV_StsBadSize=                -201, /* the input/output structure size is incorrect  */
  CV_StsDivByZero=              -202, /* division by zero */
  CV_StsInplaceNotSupported=    -203, /* in-place operation is not supported */