Fixed typo
authorPastafarianist <mr.pastafarianist@gmail.com>
Sun, 5 May 2013 12:17:41 +0000 (16:17 +0400)
committerPastafarianist <mr.pastafarianist@gmail.com>
Sun, 5 May 2013 12:17:41 +0000 (16:17 +0400)
samples/python2/video.py

index e40d4d1..187bb6d 100755 (executable)
@@ -140,7 +140,7 @@ def create_capture(source = 0, fallback = presets['chess']):
     '''
     source = str(source).strip()
     chunks = source.split(':')
-    # hanlde drive letter ('c:', ...)
+    # handle drive letter ('c:', ...)
     if len(chunks) > 1 and len(chunks[0]) == 1 and chunks[0].isalpha():
         chunks[1] = chunks[0] + ':' + chunks[1]
         del chunks[0]