From e966fe7e564937fba54b7fa0a8fa772595920214 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 25 Jun 2016 10:43:07 -0700 Subject: [PATCH] relay: typo in comment --- plugins/relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay.py b/plugins/relay.py index f891d2b..13e9802 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -339,7 +339,7 @@ def getRemoteUser(irc, remoteirc, user, spawnIfMissing=True): Gets the UID of the relay client requested on the target network (remoteirc), spawning one if it doesn't exist and spawnIfMissing is True.""" - # Wait until both the network is working before trying to spawn anything. + # Wait until the network is working before trying to spawn anything. log.debug('(%s) getRemoteUser: waiting for irc.connected', irc.name) irc.connected.wait()