Browse Source

Merge #349: Trivial: fix typo (s/butfailed/but failed/)

f8ec97b fix typo (s/butfailed/but failed/) (Kristaps Kaupe)
master
AdamISZ 7 years ago
parent
commit
850ba7a8e3
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      jmdaemon/jmdaemon/message_channel.py

2
jmdaemon/jmdaemon/message_channel.py

@ -266,7 +266,7 @@ class MessageChannelCollection(object):
#is supposed to be sent. There used to be an exception raise.
#to prevent a crash (especially in makers), we just inform
#the user about it for now
log.error("Tried to communicate on this IRC server but"
log.error("Tried to communicate on this IRC server but "
"failed: " + str(mc))
log.error("You might have to comment out this IRC server "
"in joinmarket.cfg and restart.")

Loading…
Cancel
Save