fix typo in comment

This commit is contained in:
Nikos Kouremenos 2005-11-05 11:33:41 +00:00
parent 6556b2724e
commit b96c24fe77
1 changed files with 1 additions and 1 deletions

View File

@ -2418,7 +2418,7 @@ class AccountCreationWizardWindow:
APP)
self.window = self.xml.get_widget('account_creation_wizard_window')
# Connect events from combousboxentry.child
# Connect events from comboboxentry.child
server_comboboxentry = self.xml.get_widget('server_comboboxentry')
server_comboboxentry.child.connect('key_press_event',
self.on_server_comboboxentry_key_press_event)