Skip to content

Commit

Permalink
Merge pull request HelloZeroNet#2714 from timgates42/bugfix_typo_posi…
Browse files Browse the repository at this point in the history
…tive

docs: fix simple typo, positibe -> positive
  • Loading branch information
HelloZeroNet authored Jan 25, 2021
2 parents b4f4c12 + 3ad7bc8 commit 03da34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/UpnpPunch.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def job(local_ip):
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])
Expand Down

0 comments on commit 03da34c

Please sign in to comment.