summaryrefslogtreecommitdiff
path: root/libavformat/x11grab.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-13 04:19:45 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-13 04:19:45 +0000
commit6187b8bde37b92f7f43be2ae9a3d15c0ade5cd12 (patch)
treee4eaceb3260349547df278caa6a5c06e68e46e6f /libavformat/x11grab.c
parentd0b456ba1e9078894e9540fef8cd7ccc17715168 (diff)
typo: pallete --> palette
Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/x11grab.c')
-rw-r--r--libavformat/x11grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/x11grab.c b/libavformat/x11grab.c
index 48ef3d7256..66e3be537c 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: