aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 10:55:40 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 10:55:40 +0000
commit0de08c41b2da8f9ded1e7aadfff19f245362cc45 (patch)
tree9125e07affefc1e213e77117f5eaedbef9eb73df
parent012c883a6bfcbe57b7d001d15a8561fd06c3e16f (diff)
Merged revisions 115288 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r115288 | kpfleming | 2008-05-05 05:55:09 -0500 (Mon, 05 May 2008) | 2 lines clarify wording ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115289 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--UPGRADE.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 1a10842ae..f8480a6b7 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -91,8 +91,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