Fix various typos

This commit is contained in:
Nick Mathewson
2018-05-30 07:57:22 -07:00
parent aff49cc52d
commit d7bbfd0f62
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ def notify():
response = line.split()
if response[0] == 'PING':
irc_file.send('PONG {}\r\n'.format(reponse[1]).encode())
irc_file.send('PONG {}\r\n'.format(response[1]).encode())
elif response[1] == '433':
irc_sock.send('NICK {}\r\n'.format(irc_nick).encode())