From 0521027e5d402eb35bf37b977e256c4fb47f6302 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 28 Jul 2026 15:46:55 +0200 Subject: [PATCH] MT#55283 Fix typos Reported-by: lintian Change-Id: I9725ec83e564c64850d249264b6e92fc4e883c8f (cherry picked from commit de580540340ad60edd5e09fce4ddbd7b0f662821) (cherry picked from commit d151565df4ddac98cce66a71d5b42c512b4c5ef2) --- daemon/janus.c | 2 +- docs/rtpengine.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/janus.c b/daemon/janus.c index b1084ce0a..5110e2a94 100644 --- a/daemon/janus.c +++ b/daemon/janus.c @@ -1465,7 +1465,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 5f1b6761c..dfe066f0a 100644 --- a/docs/rtpengine.md +++ b/docs/rtpengine.md @@ -750,7 +750,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.