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

Merge pull request #2433 from ilya-lavrenov:typos

This commit is contained in:
Roman Donchenko
2014-03-03 12:20:34 +04:00
committed by OpenCV Buildbot
18 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ if __name__ == "__main__":
print >> sys.stderr, "%4s: %s" % (i, name)
i += 1
if names1:
print >> sys.stderr, "Other suits in this log (can not be choosen):"
print >> sys.stderr, "Other suits in this log (can not be chosen):"
for name in sorted(names1):
print >> sys.stderr, "%4s: %s" % (i, name)
i += 1