diff --git a/libavformat/x11grab.c b/libavformat/x11grab.c index 48ef3d725636f7dfac6682993d1fbf742d01c425..66e3be537cdc5bfcf6de8411756d6f7faea63129 100644 --- a/libavformat/x11grab.c +++ b/libavformat/x11grab.c @@ -169,7 +169,7 @@ x11grab_read_header(AVFormatContext *s1, AVFormatParameters *ap) switch (image->bits_per_pixel) { case 8: - av_log (s1, AV_LOG_DEBUG, "8 bit pallete\n"); + av_log (s1, AV_LOG_DEBUG, "8 bit palette\n"); input_pixfmt = PIX_FMT_PAL8; break; case 16: