[Mplayer-cvslog] CVS: main m_option.c,1.18,1.19

Diego Biurrun CVS diego at mplayerhq.hu
Thu Aug 14 14:16:14 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv5390

Modified Files:
	m_option.c 
Log Message:
Spelling police:
Something that we do not know about is unknowN.


Index: m_option.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_option.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- m_option.c	13 Aug 2003 17:38:30 -0000	1.18
+++ m_option.c	14 Aug 2003 12:15:14 -0000	1.19
@@ -1347,17 +1347,17 @@
       char prefix[len];
       strncpy(prefix,opt->name,len-1);
       prefix[len-1] = '\0';
-      mp_msg(MSGT_VFILTER,MSGL_ERR, "Option %s: unknow posfix %s\n"
-	     "Supported posfix are:\n"
+      mp_msg(MSGT_VFILTER,MSGL_ERR, "Option %s: unknown postfix %s\n"
+	     "Supported postfixes are:\n"
 	     "  %3$s-add\n"
 	     " Append the given list to the current list\n\n"
 	     "  %3$s-pre\n"
 	     " Prepend the given list to the current list\n\n"
 	     "  %3$s-del x,y,...\n"
 	     " Remove the given elements. Take the list element index (starting from 0).\n"
-	     " Neagtive index can be used (ie -1 is the last element)\n\n"
+	     " Negative index can be used (ie -1 is the last element)\n\n"
 	     "  %3$s-clr\n"
-	     " Clear the cureent list.\n",name,n,prefix);
+	     " Clear the current list.\n",name,n,prefix);
       
       return M_OPT_UNKNOWN;
     }



More information about the MPlayer-cvslog mailing list