From 44fc3823d6dd1426b85259ce8ebd570c1418714a Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Fri, 25 Nov 2016 19:27:16 +0100 Subject: [PATCH] TT#2651 add voip_preference "party_call_control" - desc spelling fix Change-Id: I19a8d9de4432cd137cc34f63a5949dfd09d3e718 --- db_scripts/diff/15302.up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_scripts/diff/15302.up b/db_scripts/diff/15302.up index e0fab398..336f0d83 100644 --- a/db_scripts/diff/15302.up +++ b/db_scripts/diff/15302.up @@ -15,6 +15,6 @@ INSERT INTO voip_preferences ( 1, 0, 1, 0, NOW(), 0, 0, 'boolean', 0, - 'Enable Pary Call Control (PCC) Application to route calls to a remote API server first and continue the call only upon an accepted reply'); + 'Enable Party Call Control (PCC) Application to route calls to a remote API server first and continue the call only upon an accepted reply'); commit;