From 96634a7ad13a6dbbd05a9211bd7ea0c3b71aaf2a Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Tue, 19 May 2026 21:03:35 +0200 Subject: [PATCH] MT#61856 main: fix some word typos Just some typos. Change-Id: I3d5ed66506cb128a58dd38e66759c9a1f9b081af --- daemon/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/main.c b/daemon/main.c index 19ae33a54..34065313b 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -907,8 +907,8 @@ static void options(int *argc, char ***argv, charp_ht templates) { #ifdef WITH_TRANSCODING { "dtx-delay", 0,0, G_OPTION_ARG_INT, &dtx_delay, "Delay in milliseconds to trigger DTX handling","INT"}, { "max-dtx", 0,0, G_OPTION_ARG_INT, &max_dtx, "Maximum duration of DTX handling", "INT"}, - { "dtx-buffer", 0,0, G_OPTION_ARG_INT, &rtpe_config.dtx_buffer,"Maxmium number of packets held in DTX buffer", "INT"}, - { "dtx-lag", 0,0, G_OPTION_ARG_INT, &dtx_lag, "Maxmium time span in milliseconds held in DTX buffer", "INT"}, + { "dtx-buffer", 0,0, G_OPTION_ARG_INT, &rtpe_config.dtx_buffer,"Maximum number of packets held in DTX buffer", "INT"}, + { "dtx-lag", 0,0, G_OPTION_ARG_INT, &dtx_lag, "Maximum time span in milliseconds held in DTX buffer", "INT"}, { "dtx-shift", 0,0, G_OPTION_ARG_INT, &dtx_shift, "Length of time (in ms) to shift DTX buffer after over/underflow", "INT"}, { "dtx-cn-params",0,0, G_OPTION_ARG_STRING_ARRAY,&dtx_cn_params, "Parameters for CN generated from DTX","INT INT INT ..."}, { "amr-dtx", 0,0, G_OPTION_ARG_STRING, &amr_dtx, "DTX mechanism to use for AMR and AMR-WB","native|CN"}, @@ -1838,7 +1838,7 @@ static void create_everything(void) { if (!rtpe_redis_notify) die("Cannot start up without running Redis %s subscribe database! See also NO_REDIS_REQUIRED parameter.", endpoint_print_buf(&rtpe_config.redis_subscribe_ep)); - // subscribed-kespaces takes precedence over db in notify ep + // subscribed-keyspaces takes precedence over db in notify ep if (!rtpe_config.redis_subscribed_keyspaces.length) { g_queue_push_tail(&rtpe_config.redis_subscribed_keyspaces, GINT_TO_POINTER(rtpe_config.redis_subscribe_db)); }