From 27f5b8fb3e51f6aa91d9aedf783acaa70670ace0 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 13 May 2020 16:03:25 +0200 Subject: [PATCH] Fixed typo --- RNS/Transport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index a2b18de..3f2db41 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -289,8 +289,8 @@ class Transport: sent = True else: - # Broadcast packet on all outgoing interfaces, or relevant - # interface, if packet is for a link or has an attached interface + # Broadcast packet on all outgoing interfaces, or the relevant + # interface if packet is for a link or has an attached interface for interface in Transport.interfaces: if interface.OUT: should_transmit = True