summaryrefslogtreecommitdiff
path: root/libavcodec/bintext.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/bintext.c')
-rw-r--r--libavcodec/bintext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bintext.c b/libavcodec/bintext.c
index 31456d399f..d183ba0512 100644
--- a/libavcodec/bintext.c
+++ b/libavcodec/bintext.c
@@ -74,7 +74,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
} else {
switch(s->font_height) {
default:
- av_log(avctx, AV_LOG_WARNING, "font height %i not support\n", s->font_height);
+ av_log(avctx, AV_LOG_WARNING, "font height %i not supported\n", s->font_height);
s->font_height = 8;
case 8:
s->font = ff_cga_font;