diff m_option.c @ 10608:2cae82f2ab02

Spelling police: Something that we do not know about is unknowN.
author diego
date Thu, 14 Aug 2003 12:15:44 +0000
parents 697688503349
children 649669755efa
line wrap: on
line diff
--- a/m_option.c	Thu Aug 14 01:54:27 2003 +0000
+++ b/m_option.c	Thu Aug 14 12:15:44 2003 +0000
@@ -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;
     }