[mcepl] Fix typo. Fixes #5205

This commit is contained in:
Yann Leboulanger 2009-08-05 17:35:27 +02:00
parent 260f1541d1
commit 23e0ea755f
1 changed files with 1 additions and 1 deletions

View File

@ -1743,7 +1743,7 @@ class ChangeNickDialog(InputDialogCheck):
self.gc_control.new_nick = ''
self.check_next()
def add_room(self, account, room_jid, pompt):
def add_room(self, account, room_jid, prompt):
if (account, room_jid, prompt) not in self.room_queue:
self.room_queue.append((account, room_jid, prompt))