1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #2439 from ilya-lavrenov:typo

This commit is contained in:
Roman Donchenko
2014-03-04 13:51:30 +04:00
committed by OpenCV Buildbot
30 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ public:
// processing time (in this case there should be possibility to interrupt such a function
FAIL_HANG=-13,
// unexpected responce on passing bad arguments to the tested function
// unexpected response on passing bad arguments to the tested function
// (the function crashed, proceed succesfully (while it should not), or returned
// error code that is different from what is expected)
FAIL_BAD_ARG_CHECK=-14,