소스 검색

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}
 };