summaryrefslogtreecommitdiffstats
path: root/stream/stream_livedotcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_livedotcom.c')
-rw-r--r--stream/stream_livedotcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_livedotcom.c b/stream/stream_livedotcom.c
index db7f2d8fc1..84f869be27 100644
--- a/stream/stream_livedotcom.c
+++ b/stream/stream_livedotcom.c
@@ -92,7 +92,7 @@ static int open_live_sdp(stream_t *stream,int mode, void* opts, int* file_format
*file_format = DEMUXER_TYPE_RTP;
return STREAM_OK;
}
- return STREAM_UNSUPORTED;
+ return STREAM_UNSUPPORTED;
}