[Telepathy-commits] [telepathy-gabble/master] jingle-media-rtp: coding style fix
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Mar 16 10:11:46 PDT 2009
---
src/jingle-media-rtp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/jingle-media-rtp.c b/src/jingle-media-rtp.c
index 35fd268..3faa36a 100644
--- a/src/jingle-media-rtp.c
+++ b/src/jingle-media-rtp.c
@@ -67,7 +67,7 @@ typedef enum {
struct _GabbleJingleMediaRtpPrivate
{
GList *local_codecs;
- /* Holds (JingleCodec *)s borrowed from local_codecs, namely those which have
+ /* Holds (JingleCodec *)'s borrowed from local_codecs, namely those which have
* changed from local_codecs' previous value. Since the contents are
* borrowed, this must be freed with g_list_free, not
* jingle_media_rtp_free_codecs().
--
1.5.6.5
More information about the telepathy-commits
mailing list