[Telepathy-commits] [telepathy-gabble/master] fix typo in gadget-invite.py
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Oct 27 04:40:51 PDT 2008
---
tests/twisted/olpc/gadget-invite.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/olpc/gadget-invite.py b/tests/twisted/olpc/gadget-invite.py
index 2f43f75..3e5ccd8 100644
--- a/tests/twisted/olpc/gadget-invite.py
+++ b/tests/twisted/olpc/gadget-invite.py
@@ -125,8 +125,8 @@ def test(q, bus, conn, stream):
assert conn.InspectHandles(1, members) == ['myroom at conference.localhost/test']
# Regression test for a nasty bug caused by the presence cache handling
- # the inspector presence as a not muc one because the inspector is not
- # addded to muc's members.
+ # the inspector presence as a non-MUC one because the inspector is not
+ # added to MUC's members.
handle = conn.RequestHandles(1, ['myroom at conference.localhost'])[0]
presence = simple_presence_iface.GetPresences([handle])
assert presence[handle] == (7, 'unknown', '')
--
1.5.6.5
More information about the Telepathy-commits
mailing list