summaryrefslogtreecommitdiff
path: root/libavcodec/msvideo1enc.c
diff options
context:
space:
mode:
authorJames Darnley <james.darnley@gmail.com>2014-08-27 22:39:29 +0200
committerLou Logan <lou@lrcd.com>2014-08-27 16:00:17 -0800
commit8c1b942ad7b66034b030f2ab3cc5e81eccfa2b68 (patch)
treea0fdbca8a2983e64917ce6ee1c2abffc914c42a3 /libavcodec/msvideo1enc.c
parente6516944a3d504f208911033b31afedb3d427267 (diff)
Replace incorrect use of "multiply" with "multiple"
Also replace the plural form "multiplies" with "multiples".
Diffstat (limited to 'libavcodec/msvideo1enc.c')
-rw-r--r--libavcodec/msvideo1enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/msvideo1enc.c b/libavcodec/msvideo1enc.c
index 6852c9868c..5e6cdfa3f8 100644
--- a/libavcodec/msvideo1enc.c
+++ b/libavcodec/msvideo1enc.c
@@ -266,7 +266,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
return -1;
}
if((avctx->width&3) || (avctx->height&3)){
- av_log(avctx, AV_LOG_ERROR, "width and height must be multiplies of 4\n");
+ av_log(avctx, AV_LOG_ERROR, "width and height must be multiples of 4\n");
return -1;
}