summaryrefslogtreecommitdiff
path: root/modules/dnn/test/pascal_semsegm_test_fcn.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dnn/test/pascal_semsegm_test_fcn.py')
-rw-r--r--modules/dnn/test/pascal_semsegm_test_fcn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dnn/test/pascal_semsegm_test_fcn.py b/modules/dnn/test/pascal_semsegm_test_fcn.py
index d855786a36..90fb050e0a 100644
--- a/modules/dnn/test/pascal_semsegm_test_fcn.py
+++ b/modules/dnn/test/pascal_semsegm_test_fcn.py
@@ -9,7 +9,7 @@ try:
import cv2 as cv
except ImportError:
raise ImportError('Can\'t find OpenCV Python module. If you\'ve built it from sources without installation, '
- 'configure environemnt variable PYTHONPATH to "opencv_build_dir/lib" directory (with "python3" subdirectory if required)')
+ 'configure environment variable PYTHONPATH to "opencv_build_dir/lib" directory (with "python3" subdirectory if required)')
def get_metrics(conf_mat):