Skip to content

Commit

Permalink
Merge pull request RIPE-NCC#85 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
danielquinn authored Jan 8, 2018
2 parents 7079e5a + 947368c commit bb2528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ripe/atlas/sagan/traceroute.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def set_last_hop_responded(self, last_hop):
break

def set_is_success(self, last_hop):
"""Sets the flag if traceroute result is successfull or not."""
"""Sets the flag if traceroute result is successful or not."""
for packet in last_hop.packets:
if packet.rtt and not packet.is_error:
self.is_success = True
Expand Down

0 comments on commit bb2528f

Please sign in to comment.