From e1fab8c153e5132f604145f45db4608d0913528f Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 13 Aug 2016 11:40:01 -0700 Subject: [PATCH] relay: fix a 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 4e0c1d1..814d7c3 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -162,7 +162,7 @@ def normalizeNick(irc, netname, nick, times_tagged=0, uid=''): # The nick we want exists: Increase the separator length by 1 if the user was already # tagged, but couldn't be created due to a nick conflict. This can happen when someone # steals a relay user's nick. - # However, if the a is changing from, say, a long, cut-off nick to another long, cut-off + # However, if a user is changing from, say, a long, cut-off nick to another long, cut-off # nick, we would skip tagging the nick twice if they originate from the same UID. times_tagged += 1 log.debug('(%s) relay.normalizeNick: nick %r is in use; incrementing times tagged to %s.',