From dcbdbe19091b9a1d9938142e5ec58efae751c88a Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 6 Jun 2011 18:39:33 +0300 Subject: [PATCH] Fix a couple typos --- gst/fsrtpconference/fs-rtp-substream.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/fsrtpconference/fs-rtp-substream.c b/gst/fsrtpconference/fs-rtp-substream.c index 22ce131..1275945 100644 --- a/gst/fsrtpconference/fs-rtp-substream.c +++ b/gst/fsrtpconference/fs-rtp-substream.c @@ -358,7 +358,7 @@ fs_rtp_sub_stream_class_init (FsRtpSubStreamClass *klass) * @self: #FsRtpSubStream that emitted the signal * * This signal is emitted when the code for this substream has - * changed. It can be fetvched from the #FsRtpSubStream:codec property + * changed. It can be fetched from the #FsRtpSubStream:codec property * This is useful for displaying the current active reception codecs. */ signals[CODEC_CHANGED] = g_signal_new ("codec-changed", @@ -1191,7 +1191,7 @@ fs_rtp_sub_stream_add_output_ghostpad_unlock (FsRtpSubStream *substream, ghostpad)) { g_set_error (error, FS_ERROR, FS_ERROR_CONSTRUCTION, - "Could add build ghostpad src_%u_%u_%d to the conference", + "Could not add build ghostpad src_%u_%u_%d to the conference", substream->priv->session->id, substream->ssrc, substream->pt); gst_object_unref (ghostpad); goto error; -- 1.7.2.2