From ccf4790df6516f69d32428f76901bfdc31b2ab99 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 20 Dec 2018 13:43:42 +0100 Subject: [PATCH] TT#49106 Fix typos Change-Id: Ife08b36a94b5f6b525f18f359bca1c18bfe46305 Warned-by: lintian (cherry picked from commit 690bc91337f88bbc305354e29ebbcc0a1a8d08c8) --- daemon/aux.c | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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