Merge pull request #3859 from NewProggie:fix-doc-typo

This commit is contained in:
Vadim Pisarevsky 2015-03-24 15:08:03 +00:00
commit 70ff448067

View File

@ -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) */