rtsp-client: Fix typo in debug message
authorSebastian Dröge <sebastian@centricular.com>
Mon, 14 Aug 2017 18:04:23 +0000 (21:04 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 14 Aug 2017 18:04:58 +0000 (21:04 +0300)
gst/rtsp-server/rtsp-client.c

index cf78b17..f007bd5 100644 (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;
   }