瀏覽代碼

dialplan: Fix typos

Fix typos in kemi exports
Bastian Triller 3 年之前
父節點
當前提交
2e8bfcef4f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/dialplan/dialplan.c

+ 2 - 2
src/modules/dialplan/dialplan.c

@@ -850,12 +850,12 @@ static sr_kemi_t sr_kemi_dialplan_exports[] = {
 		{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
-	{ str_init("dialplan"), str_init("dp_transalte"),
+	{ str_init("dialplan"), str_init("dp_translate"),
 		SR_KEMIP_INT, ki_dp_translate_1_args,
 		{ SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
-	{ str_init("dialplan"), str_init("dp_transalte"),
+	{ str_init("dialplan"), str_init("dp_translate"),
 		SR_KEMIP_INT, ki_dp_translate_3_args,
 		{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }