Fix typo in types_c.h
This commit is contained in:
parent
d2da7dc3e5
commit
f815bbab24
@ -133,7 +133,7 @@ typedef int CVStatus;
|
||||
|
||||
/** @see cv::Error::Code */
|
||||
enum {
|
||||
CV_StsOk= 0, /**< everithing is ok */
|
||||
CV_StsOk= 0, /**< everything is ok */
|
||||
CV_StsBackTrace= -1, /**< pseudo error for back trace */
|
||||
CV_StsError= -2, /**< unknown /unspecified error */
|
||||
CV_StsInternal= -3, /**< internal error (bad state) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user