diff --git a/daemon/janus.c b/daemon/janus.c index c78750c78..ee7140f73 100644 --- a/daemon/janus.c +++ b/daemon/janus.c @@ -1464,7 +1464,7 @@ static const char *janus_destroy(struct websocket_message *wm, JsonReader *reade if (ht_session != session) { if (ht_session) // return wrongly stolen session t_hash_table_insert(janus_sessions, &ht_session->id, ht_session); - return "Sesssion ID not found"; // already removed/destroyed + return "Session ID not found"; // already removed/destroyed } janus_session_cleanup(session); diff --git a/docs/rtpengine.md b/docs/rtpengine.md index 37f9328ba..4bcc9e07d 100644 --- a/docs/rtpengine.md +++ b/docs/rtpengine.md @@ -731,7 +731,7 @@ call to inject-DTMF won't be sent to __\-\-dtmf-log-dest=__ or __\-\-listen-tcp- - __\-\-homer-enable-ng__ Enables sending control NG packages to a Homer capturing software. The - capturing agent part is not officialy supported OOTB, but it can be + capturing agent part is not officially supported OOTB, but it can be achieved with Kamailio by using the config. For this feature to work one has to set at least the homer parameter.