[telepathy-gabble/master] Fix a typo

Will Thompson will.thompson at collabora.co.uk
Mon Jun 22 08:32:14 PDT 2009


---
 src/jingle-transport-google.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/jingle-transport-google.c b/src/jingle-transport-google.c
index c7fe0ef..ff1ebdb 100644
--- a/src/jingle-transport-google.c
+++ b/src/jingle-transport-google.c
@@ -426,7 +426,7 @@ transmit_candidates (GabbleJingleTransportGoogle *transport, GList *candidates)
 
       if (c->component < 1 || c->component > 2)
         {
-          DEBUG ("ignoring unknown compontent %d", c->component);
+          DEBUG ("ignoring unknown component %d", c->component);
           continue;
         }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list