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:
Tim Gates 2020-12-22 07:44:57 +11:00
parent b4f4c12521
commit 3ad7bc87e5
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ def _communicate_with_igd(port=15441,
success = True
break
# Wait another 10sec for competition or any positibe result
# Wait another 10sec for competition or any positive result
for _ in range(10):
all_done = all([thread.value is not None for thread in threads])
any_succeed = any([thread.value for thread in threads])