From 8add692a4313b1fced09915515ef497d361a507b Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 18 Nov 2014 09:33:19 +0000 Subject: [PATCH] Correct the English used in the comment. --- resources/install/scripts/app/forward_on_busy/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/app/forward_on_busy/index.lua b/resources/install/scripts/app/forward_on_busy/index.lua index cfc5f28063..0eb1bceb6e 100644 --- a/resources/install/scripts/app/forward_on_busy/index.lua +++ b/resources/install/scripts/app/forward_on_busy/index.lua @@ -91,7 +91,7 @@ forward = true; else if( debug["info"] ) then - freeswitch.consoleLog("notice", "[forward_on_busy] forward on busy disabled or destination unsetted - HANGUP WITH USER BUSY \n"); + freeswitch.consoleLog("notice", "[forward_on_busy] forward on busy disabled or destination unset - HANGUP WITH USER BUSY \n"); end session:hangup("USER_BUSY");