summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-07-17 13:10:27 -0300
committerJames Almer <jamrial@gmail.com>2016-07-17 13:10:27 -0300
commitd688f39dc4bccbc2af7fa5296330646f8a7a5fa4 (patch)
treeeb77f7bd70c4b7016f56bec08a4dd9bf8264c6c6 /libavcodec/cfhd.c
parentf1eb6ddcb34f4d27d52d4a0a30269728612c41b0 (diff)
cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/cfhd.c')
-rw-r--r--libavcodec/cfhd.c2
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;
}