浏览代码

modules_s/xmlrpc: fixed typo in name of module parameter

- enable_instrospection => enable_introspection.
Juha Heinanen 16 年之前
父节点
当前提交
f717262c67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules_s/xmlrpc/xmlrpc.c

+ 1 - 1
modules_s/xmlrpc/xmlrpc.c

@@ -397,7 +397,7 @@ static cmd_export_t cmds[] = {
  * Exported parameters
  */
 static param_export_t params[] = {
-	{"enable_instrospection", PARAM_INT, &enable_introspection},
+	{"enable_introspection", PARAM_INT, &enable_introspection},
 	{"route", PARAM_STRING, &xmlrpc_route},
 	{0, 0, 0}
 };