summaryrefslogtreecommitdiffstats
path: root/stream/stream_rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_rtp.c')
-rw-r--r--stream/stream_rtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_rtp.c b/stream/stream_rtp.c
index 214ebf2257..d96ed19401 100644
--- a/stream/stream_rtp.c
+++ b/stream/stream_rtp.c
@@ -85,7 +85,7 @@ rtp_stream_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;
}
if (rtp_streaming_start (stream) < 0)
@@ -94,7 +94,7 @@ rtp_stream_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;
}
stream->type = STREAMTYPE_STREAM;