Browse Source

Fix a typo in the core.md

沈晓鹏 3 months ago
parent
commit
8698ef5c0f
1 changed files with 1 additions and 1 deletions
  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,
 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
 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.
 Exported functions from core directly to KSR module, KSR.pv or KSR.hdr submodules are listed in the next sections.