Spelling fix

This commit is contained in:
Tomasz Melcer 2007-08-12 21:13:05 +00:00
parent 5f67848c92
commit a0af6f7fb8
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ import config
class GlibIdleQueue(idlequeue.IdleQueue):
'''
Extends IdleQueue to use glib io_add_wath, instead of select/poll
Extends IdleQueue to use glib io_add_watch, instead of select/poll
In another, `non gui' implementation of Gajim IdleQueue can be used safetly.
'''
def init_idle(self):