[telepathy-gabble/master] Improve comments
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Tue Dec 29 03:19:51 PST 2009
---
tests/twisted/jingle/jingletest2.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/jingle/jingletest2.py b/tests/twisted/jingle/jingletest2.py
index 4b93d88..2dc7531 100644
--- a/tests/twisted/jingle/jingletest2.py
+++ b/tests/twisted/jingle/jingletest2.py
@@ -238,14 +238,13 @@ class GtalkProtocol03(JingleProtocol):
# Gtalk has only one content, and <content> node is implicit. Also it
# never mixes payloads and transport information. It's up to the call of
- # this function to ensure it nevel calls it with both mixed
+ # this function to ensure it never calls it with both mixed
def Content(self, name, creator, senders=None,
description=None, transport=None):
# Normally <content> has <description> and <transport>, but we only
# use <description> unless <transport> has candidates.
assert description == None or len(transport[3]) == 0
- # if <transport> has children return those children (candidates)
if description != None:
return description
else:
--
1.5.6.5
More information about the telepathy-commits
mailing list