summaryrefslogtreecommitdiffstats
path: root/subreader.c
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.c')
-rw-r--r--subreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.c b/subreader.c
index 4010424cdc..2381b76d1a 100644
--- a/subreader.c
+++ b/subreader.c
@@ -1093,7 +1093,7 @@ void subcp_open (stream_t *st)
} else {
cp_tmp = enca_fallback;
if (st)
- mp_msg(MSGT_SUBREADER,MSGL_WARN,"SUB: enca failed, stream must be seakable.\n");
+ mp_msg(MSGT_SUBREADER,MSGL_WARN,"SUB: enca failed, stream must be seekable.\n");
}
}
#endif