소스 검색

Fix a typo in the core.md

沈晓鹏 3 달 전
부모
커밋
8698ef5c0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kamailio-kemi-framework/docs/core.md

+ 1 - 1
kamailio-kemi-framework/docs/core.md

@@ -23,7 +23,7 @@ KSR.hdr.remove("Route");
 
 Note: if a function exported by the core to native Kamailio configuration file is missing here,
 check the exports of `KSR.corex` submodule, some of them have alternatives there
-(e.g., `force_send_socket()` can be done with `KSR.corex.set_send_scoket()`).
+(e.g., `force_send_socket()` can be done with `KSR.corex.set_send_socket()`).
 
 Exported functions from core directly to KSR module, KSR.pv or KSR.hdr submodules are listed in the next sections.