summaryrefslogtreecommitdiffstats
path: root/stream/stream_rtsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_rtsp.c')
-rw-r--r--stream/stream_rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_rtsp.c b/stream/stream_rtsp.c
index 90a0ca311a..a6edebb825 100644
--- a/stream/stream_rtsp.c
+++ b/stream/stream_rtsp.c
@@ -157,7 +157,7 @@ rtsp_streaming_open (stream_t *stream, int mode, void *opts, int *file_format)
{
streaming_ctrl_free (stream->streaming_ctrl);
stream->streaming_ctrl = NULL;
- return STREAM_UNSUPORTED;
+ return STREAM_UNSUPPORTED;
}
fixup_network_stream_cache (stream);