changeset 1630:e7c247a67e20 libavformat

typo: pallete --> palette
author diego
date Sat, 13 Jan 2007 04:19:45 +0000
parents aedce96c28ff
children c47ab7c4a49a
files x11grab.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/x11grab.c	Thu Jan 11 22:32:19 2007 +0000
+++ b/x11grab.c	Sat Jan 13 04:19:45 2007 +0000
@@ -169,7 +169,7 @@
 
     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: