FIx misc. source and comment typos

Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`

backporting of commit: 32aba5e64b
This commit is contained in:
luz.paz
2019-08-14 13:33:49 -04:00
committed by Alexander Alekhin
parent 13ecd5bb25
commit 57ccf14952
27 changed files with 30 additions and 30 deletions
@@ -66,7 +66,7 @@ def on_high_V_thresh_trackbar(val):
cv.setTrackbarPos(high_V_name, window_detection_name, high_V)
parser = argparse.ArgumentParser(description='Code for Thresholding Operations using inRange tutorial.')
parser.add_argument('--camera', help='Camera devide number.', default=0, type=int)
parser.add_argument('--camera', help='Camera divide number.', default=0, type=int)
args = parser.parse_args()
## [cap]