summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-09 12:27:22 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-09 12:27:22 -0400
commit5c879c5077a49c2e5032885b2989bd58920a147c (patch)
tree23c4cfa86854b351966403fe62f8a29cc4da69cf
parentdc57fdd1aeb39946e56aa7266da75a133706bed6 (diff)
servicetest: fix typo
-rw-r--r--tests/twisted/servicetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index fc86b91f..1c6757be 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,
}