typos in comments

This commit is contained in:
Dikay900
2015-05-23 15:26:18 +02:00
parent 25b4cface0
commit 7ca0557b40
14 changed files with 35 additions and 35 deletions

View File

@@ -462,7 +462,7 @@ enum
};
/*
Internal structure that is used for sequental retrieving contours from the image.
Internal structure that is used for sequential retrieving contours from the image.
It supports both hierarchical and plane variants of Suzuki algorithm.
*/
typedef struct _CvContourScanner* CvContourScanner;