summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.h b/m_option.h
index 30f912eafb..ae386c0195 100644
--- a/m_option.h
+++ b/m_option.h
@@ -207,7 +207,7 @@ struct m_option {
#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