aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 10:55:09 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 10:55:09 +0000
commit69e8b962a36b3b61d65971dcb9dc327c072cd01a (patch)
tree76438cb8a86be4b62b363cc4d9e92f4c958d6987 /UPGRADE.txt
parentffb620f33d99660082aa32203c227606955b6c16 (diff)
clarify wording
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115288 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index b01ab9c1c..2dc813974 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -94,8 +94,8 @@ Applications:
these functions in any location where you desire to ensure that only one
channel is executing that path at any one time. The Macro() applications
are deprecated for performance reasons. However, since Macro() has been
- around for a long time and so many dialplans depend heavily on it, it will
- not be removed for the sake of backwards compatibility. It is also worth
+ around for a long time and so many dialplans depend heavily on it, for the
+ sake of backwards compatibility it will not be removed . It is also worth
noting that using both Macro() and GoSub() at the same time is _heavily_
discouraged.
* Read() now sets a READSTATUS variable on exit. It does NOT automatically