Fixed typo in opencv (#9697)

This commit is contained in:
Alok Saboo
2017-10-05 00:04:39 +02:00
committed by Fabian Affolter
parent f34ebf733d
commit 89042439b8
@@ -28,7 +28,7 @@ CASCADE_URL = \
'https://raw.githubusercontent.com/opencv/opencv/master/data/' + \
'lbpcascades/lbpcascade_frontalface.xml'
CONF_CLASSIFIER = 'classifer'
CONF_CLASSIFIER = 'classifier'
CONF_FILE = 'file'
CONF_MIN_SIZE = 'min_size'
CONF_NEIGHBORS = 'neighbors'