aboutsummaryrefslogtreecommitdiffstats
path: root/configs/extensions.ael.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 16:41:49 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 16:41:49 +0000
commit9b9ca6cac58dea63b8d1bd7fa516c283c765bf33 (patch)
tree9ca8ca28a79672017dbf1d1e0d392fe2152daeab /configs/extensions.ael.sample
parentfb320ddf9e22fb4cd3101b04bde43a373a15daa5 (diff)
Merged revisions 42716 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines Spelling/grammar fixes (Issue 7929) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42717 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/extensions.ael.sample')
-rw-r--r--configs/extensions.ael.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/extensions.ael.sample b/configs/extensions.ael.sample
index 6c5706bbc..67aac81f0 100644
--- a/configs/extensions.ael.sample
+++ b/configs/extensions.ael.sample
@@ -63,7 +63,7 @@ globals {
//
// For example the extension _NXXXXXX would match normal 7 digit dialings,
// while _1NXXNXXXXXX would represent an area code plus phone number
-// preceeded by a one.
+// preceded by a one.
//
// Each step of an extension is ordered by priority, which must
// always start with 1 to be considered a valid extension. The priority
@@ -189,7 +189,7 @@ context iaxtel700 {
};
//
-// The SWITCH statement permits a server to share the dialplain with
+// The SWITCH statement permits a server to share the dialplan with
// another server. Use with care: Reciprocal switch statements are not
// allowed (e.g. both A -> B and B -> A), and the switched server needs
// to be on-line or else dialing can be severly delayed.