summaryrefslogtreecommitdiffstats
path: root/stream/stream_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_udp.c')
-rw-r--r--stream/stream_udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_udp.c b/stream/stream_udp.c
index 466241c85d..27028f3184 100644
--- a/stream/stream_udp.c
+++ b/stream/stream_udp.c
@@ -77,7 +77,7 @@ udp_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 (udp_streaming_start (stream) < 0)
@@ -86,7 +86,7 @@ udp_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;