summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-05 14:41:23 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-05 14:41:23 -0400
commit53db372266191c757fc38e222f4d08f9c6d6f46f (patch)
treed1e435b30229fd914c3908d7c6d4f6b957ee0264
parent587f35ea8e3126c00b6c4e33e67277a60c3d45ba (diff)
downloadfarstream-53db372266191c757fc38e222f4d08f9c6d6f46f.tar.gz
msnconnection: Fix typo
-rw-r--r--gst/fsmsnconference/fs-msn-connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/fsmsnconference/fs-msn-connection.c b/gst/fsmsnconference/fs-msn-connection.c
index 3504dce0..d381d27d 100644
--- a/gst/fsmsnconference/fs-msn-connection.c
+++ b/gst/fsmsnconference/fs-msn-connection.c
@@ -791,7 +791,7 @@ connection_cb (FsMsnConnection *self, FsMsnPollFD *pollfd)
if (recv (pollfd->pollfd.fd, str, 13, 0) != 13)
{
GST_WARNING ("Could not read 13 bytes that had previously"
- " been peeked at!"):
+ " been peeked at!");
goto error;
}
pollfd->status = FS_MSN_STATUS_CONNECTED2;
@@ -838,7 +838,7 @@ connection_cb (FsMsnConnection *self, FsMsnPollFD *pollfd)
if (recv (pollfd->pollfd.fd, str, 13, 0) != 13)
{
GST_WARNING ("Could not read 13 bytes that had previously"
- " been peeked at!"):
+ " been peeked at!");
goto error;
}