docs: fix simple typo, positibe -> positive
There is a small typo in src/util/UpnpPunch.py. Should read `positive` rather than `positibe`.
This commit is contained in:
parent
b4f4c12521
commit
3ad7bc87e5
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ def _communicate_with_igd(port=15441,
|
||||||
success = True
|
success = True
|
||||||
break
|
break
|
||||||
|
|
||||||
# Wait another 10sec for competition or any positibe result
|
# Wait another 10sec for competition or any positive result
|
||||||
for _ in range(10):
|
for _ in range(10):
|
||||||
all_done = all([thread.value is not None for thread in threads])
|
all_done = all([thread.value is not None for thread in threads])
|
||||||
any_succeed = any([thread.value for thread in threads])
|
any_succeed = any([thread.value for thread in threads])
|
||||||
|
|
Loading…
Reference in a new issue