diff m_option.h @ 10595:522afd56703c

100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN)
author alex
date Wed, 13 Aug 2003 16:45:02 +0000
parents 57bdcdb061d7
children 3ccd5dcf447c
line wrap: on
line diff
--- a/m_option.h	Wed Aug 13 16:29:32 2003 +0000
+++ b/m_option.h	Wed Aug 13 16:45:02 2003 +0000
@@ -207,7 +207,7 @@
 #define M_COMMAND_LINE 1
 
 // Option parser error code
-#define M_OPT_UNKNOW		-1
+#define M_OPT_UNKNOWN		-1
 #define M_OPT_MISSING_PARAM	-2
 #define M_OPT_INVALID		-3
 #define M_OPT_OUT_OF_RANGE	-4