summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-05-06 18:07:05 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-05-06 18:07:05 +0000
commit6d04d190dcf19adaa63e2c514b28ef679a181b00 (patch)
treec78b4848eb2fb497dcf1efe75acdd9a844be7b5d /CHANGES
parentf005c153f8230fba5f09a399aa440f8ff4f8dad2 (diff)
Use two spaces after periods for the recent pbx_lua change descriptions
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index ee347bcdd..3eff761b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -120,10 +120,10 @@ pbx_lua
* Support for defining hints has been added to pbx_lua. See the 'hints' table
in the sample extensions.lua file for syntax details.
* Applications that perform jumps in the dialplan such as Goto will now
- execute properly. When pbx_lua detects that the context, extension, or
+ execute properly. When pbx_lua detects that the context, extension, or
priority we are executing on has changed it will immediatly return control
- to the asterisk PBX engine. Currently the engine cannot detect a Goto to the
- priority after the currently executing priority.
+ to the asterisk PBX engine. Currently the engine cannot detect a Goto to
+ the priority after the currently executing priority.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ----------------