diff options
author | James Almer <jamrial@gmail.com> | 2016-07-17 13:10:27 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-07-17 13:10:27 -0300 |
commit | d688f39dc4bccbc2af7fa5296330646f8a7a5fa4 (patch) | |
tree | eb77f7bd70c4b7016f56bec08a4dd9bf8264c6c6 /libavcodec/cfhd.c | |
parent | f1eb6ddcb34f4d27d52d4a0a30269728612c41b0 (diff) | |
download | ffmpeg-d688f39dc4bccbc2af7fa5296330646f8a7a5fa4.tar.gz |
cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/cfhd.c')
-rw-r--r-- | libavcodec/cfhd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 74facd462d..e8f859c8aa 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -513,7 +513,7 @@ static int cfhd_decode(AVCodecContext *avctx, void *data, int *got_frame, } if (highpass_height > highpass_a_height || highpass_width > highpass_a_width || a_expected < expected) { - av_log(avctx, AV_LOG_ERROR, "Too many highpass coefficents\n"); + av_log(avctx, AV_LOG_ERROR, "Too many highpass coefficients\n"); ret = AVERROR(EINVAL); goto end; } |