rtsp-client: Fix typo in debug message

This commit is contained in:
Sebastian Dröge 2017-08-14 21:04:23 +03:00
parent 3452c5d4c6
commit ffbabb1529

View file

@ -1412,7 +1412,7 @@ handle_pause_request (GstRTSPClient * client, GstRTSPContext * ctx)
/* ERRORS */
no_session:
{
GST_ERROR ("client %p: no seesion", client);
GST_ERROR ("client %p: no session", client);
send_generic_response (client, GST_RTSP_STS_SESSION_NOT_FOUND, ctx);
return FALSE;
}