summaryrefslogtreecommitdiffstats
path: root/stream/stream_pvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_pvr.c')
-rw-r--r--stream/stream_pvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c
index b62e678215..f94d77fa73 100644
--- a/stream/stream_pvr.c
+++ b/stream/stream_pvr.c
@@ -1573,7 +1573,7 @@ pvr_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
struct pvr_t *pvr = NULL;
if (mode != STREAM_READ)
- return STREAM_UNSUPORTED;
+ return STREAM_UNSUPPORTED;
pvr = pvr_init ();