diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 3d735e5c13d8f25b55abd4a79739e45019917f5c..a4b3788d629d3fdd474db6607a5b6a87fa893d01 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -1384,7 +1384,7 @@ static av_cold int vp8_decode_init(AVCodecContext *avctx)
 
     // intra pred needs edge emulation among other things
     if (avctx->flags&CODEC_FLAG_EMU_EDGE) {
-        av_log(avctx, AV_LOG_ERROR, "Edge emulation not supproted\n");
+        av_log(avctx, AV_LOG_ERROR, "Edge emulation not supported\n");
         return AVERROR_PATCHWELCOME;
     }