summaryrefslogtreecommitdiff
path: root/libavcodec/psd.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-01-11 11:42:50 +0100
committerPaul B Mahol <onemda@gmail.com>2017-01-11 11:42:50 +0100
commit45cd50e5e24e991634b69d3869f2f336ca0ca612 (patch)
tree145d778afb5123abb8e4acb142a2da87c0d15a92 /libavcodec/psd.c
parent184c13f64aa5dda7af648cfd8302df3ef8afacc7 (diff)
avcodec/psd: fix ugly typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/psd.c')
-rw-r--r--libavcodec/psd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/psd.c b/libavcodec/psd.c
index e6ec896357..4d6b0e305f 100644
--- a/libavcodec/psd.c
+++ b/libavcodec/psd.c
@@ -356,7 +356,7 @@ static int decode_frame(AVCodecContext *avctx, void *data,
}
break;
case PSD_DUOTONE:
- av_log(avctx, AV_LOG_WARNING, "ignoring unknwon duotone specification.\n");
+ av_log(avctx, AV_LOG_WARNING, "ignoring unknown duotone specification.\n");
case PSD_GRAYSCALE:
if (s->channel_count == 1) {
if (s->channel_depth == 8) {