diff --git a/daemon/aux.c b/daemon/aux.c index 48f86840c..365ba7ec0 100644 --- a/daemon/aux.c +++ b/daemon/aux.c @@ -193,7 +193,7 @@ static void *thread_detach_func(void *d) { param.sched_priority = dt->priority; if (pthread_setschedparam(*t, scheduler->num, ¶m)) - ilog(LOG_ERR, "Failed to set thread scheduling paramaters to '%s' (%i) / %i: %s", + ilog(LOG_ERR, "Failed to set thread scheduling parameters to '%s' (%i) / %i: %s", dt->scheduler, scheduler->num, param.sched_priority, strerror(errno)); diff --git a/debian/changelog b/debian/changelog index 7cc4b21f9..68e46da08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -341,7 +341,7 @@ ngcp-rtpengine (6.2.0.0+0~mr6.2.0.0) unstable; urgency=medium [ Claudiu Boriga ] * [3472821] Add option to set TOS for control-ng interface * [43f527f] Add documentation for the control-tos option - * [c31ffa4] Add paramaters to disable redis communication in case of multiple errors + * [c31ffa4] Add parameters to disable redis communication in case of multiple errors * [562c5b4] Add parameter that sets a timeout for redis commands * [9e96732] complete missing info for new commands * [4850923] Make redis connection timeout configurable