diff libvo/vo_pnm.c @ 31834:64ba1daa147a

various spelling fixes, found by the Debian QA tool 'lintian'
author siretart
date Tue, 03 Aug 2010 15:55:17 +0000
parents 168e89b341b1
children 8fa2f43cb760
line wrap: on
line diff
--- a/libvo/vo_pnm.c	Tue Aug 03 13:02:07 2010 +0000
+++ b/libvo/vo_pnm.c	Tue Aug 03 15:55:17 2010 +0000
@@ -441,7 +441,7 @@
     FILE *outfile;
 
     if (!mpi) {
-        mp_msg(MSGT_VO, MSGL_ERR, "%s: No image data suplied to video output driver\n", info.short_name );
+        mp_msg(MSGT_VO, MSGL_ERR, "%s: No image data supplied to video output driver\n", info.short_name );
         exit_player(EXIT_ERROR);
     }