Update voice.py

fixing a slight spelling mistake on one of the phrases
This commit is contained in:
Andrew Hilton 2019-09-27 21:34:58 +01:00 committed by GitHub
parent ecb4a81e23
commit c060f612e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ def on_lost_peer(peer):
def on_miss(who):
return random.choice([ \
'Whops ...\n%s\nis gone.' % who,
'Whoops ...\n%s\nis gone.' % who,
'%s\nmissed!' % who,
'Missed!'])