[farsight2/master] Fix typo

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:22:59 PST 2008


---
 gst/fsrtpconference/fs-rtp-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index 7c4a3cd..00a74ff 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -564,7 +564,7 @@ fs_rtp_stream_set_remote_codecs (FsStream *stream,
     if (codec->clock_rate == 0)
     {
       g_set_error (error, FS_ERROR, FS_ERROR_INVALID_ARGUMENTS,
-          "The codec %s must has a non-0 clock rate", codec->encoding_name);
+          "The codec %s must have a non-0 clock rate", codec->encoding_name);
       goto error;
     }
     if (codec->media_type != media_type)
-- 
1.5.6.5




More information about the farsight-commits mailing list