Spelling fix
This commit is contained in:
parent
5f67848c92
commit
a0af6f7fb8
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ import config
|
||||||
|
|
||||||
class GlibIdleQueue(idlequeue.IdleQueue):
|
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.
|
In another, `non gui' implementation of Gajim IdleQueue can be used safetly.
|
||||||
'''
|
'''
|
||||||
def init_idle(self):
|
def init_idle(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue