From a1420a0a34865dbd0030f51e13d345ec46ba062b Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 20 Dec 2019 17:06:30 -0800 Subject: [PATCH] manager.py: fix typo in comments --- src/wormhole/_dilation/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/_dilation/manager.py b/src/wormhole/_dilation/manager.py index 096b459..97c9faf 100644 --- a/src/wormhole/_dilation/manager.py +++ b/src/wormhole/_dilation/manager.py @@ -92,7 +92,7 @@ def make_side(): # can send HINTS, but it must not be given any HINTS that arrive before # RECONNECTING (since they're probably stale) -# * after VERSIONS(KCM) received, we might learn that they other side cannot +# * after VERSIONS(KCM) received, we might learn that the other side cannot # dilate. w.dilate errbacks at this point # * maybe signal warning if we stay in a "want" state for too long