From 33192164adc93dcd7ae785053c459a4e7e3a8087 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 22 Feb 2016 13:17:04 -0700 Subject: [PATCH] Fix a spelling mistake in the log message in dialplan.lua. --- .../app/xml_handler/resources/scripts/dialplan/dialplan.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua b/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua index 55f479aed5..f4ff71b761 100644 --- a/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua +++ b/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua @@ -34,7 +34,7 @@ if XML_STRING then log.notice("dialplan:"..call_context.." source: memcache"); elseif err ~= 'NOT FOUND' then - log.notice("error get element form cache: " .. err); + log.notice("error get element from cache: " .. err); end end