[next] telepathy-mission-control: servicetest: fix typo

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Oct 9 09:27:33 PDT 2013


Module: telepathy-mission-control
Branch: next
Commit: 5c879c5077a49c2e5032885b2989bd58920a147c
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=5c879c5077a49c2e5032885b2989bd58920a147c

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Oct  9 12:27:22 2013 -0400

servicetest: fix typo

---

 tests/twisted/servicetest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index fc86b91..1c6757b 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -647,7 +647,7 @@ def wrap_connection(conn):
 def wrap_channel(chan, type_, extra=None):
     interfaces = {
         type_: tp_name_prefix + '.Channel.Type.' + type_,
-        'Channe': cs.CHANNEL,
+        'Channel': cs.CHANNEL,
         'Group': cs.CHANNEL_IFACE_GROUP,
         }
 



More information about the telepathy-commits mailing list