Commit d2116f38 authored by Pastafarianist's avatar Pastafarianist

Fixed typo

parent 416fb505
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment