[Telepathy-commits] [mingle/master] Fix typo
Sjoerd Simons
sjoerd at luon.net
Fri Nov 28 06:39:46 PST 2008
---
jingle.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jingle.py b/jingle.py
index 146425a..881eb8b 100644
--- a/jingle.py
+++ b/jingle.py
@@ -439,7 +439,7 @@ class GoogleTransport(JingleGoogleTransport):
return JingleGoogleTransport.candidate_to_fscandidate(self,
transport, candidate)
- def fscandidate_to_candidate(self, trnasport, candidate, fscandidate):
+ def fscandidate_to_candidate(self, transport, candidate, fscandidate):
JingleGoogleTransport.fscandidate_to_candidate(self, \
transport, candidate, fscandidate)
if self.type == GoogleTransport.TYPE_VIDEO:
--
1.5.6.5
More information about the Telepathy-commits
mailing list