[telepathy-gabble/master] Correct a typo in _request_contents
Will Thompson
will.thompson at collabora.co.uk
Sat Jun 27 03:56:06 PDT 2009
---
src/media-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/media-channel.c b/src/media-channel.c
index a44602f..3c91dc7 100644
--- a/src/media-channel.c
+++ b/src/media-channel.c
@@ -1709,7 +1709,7 @@ _gabble_media_channel_request_contents (GabbleMediaChannel *chan,
g_object_set (priv->session, "dialect", dialect, NULL);
- /* Change nat-transport type if we need to */
+ /* Change nat-traversal if we need to */
if (!tp_strdiff (transport_ns, NS_JINGLE_TRANSPORT_ICEUDP))
{
DEBUG ("changing nat-traversal property to ice-udp");
--
1.5.6.5
More information about the telepathy-commits
mailing list