aboutsummaryrefslogtreecommitdiffstats
path: root/doc/extensions.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 17:02:37 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 17:02:37 +0000
commitec1f8bd53614c59503fc9ba6a0309e463573e927 (patch)
tree58ad224da2ec566e85859ec81ca028120602ce41 /doc/extensions.txt
parent9b9ca6cac58dea63b8d1bd7fa516c283c765bf33 (diff)
More spelling fixes (issue 7930)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42735 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/extensions.txt')
-rw-r--r--doc/extensions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extensions.txt b/doc/extensions.txt
index bab08d319..90826f15f 100644
--- a/doc/extensions.txt
+++ b/doc/extensions.txt
@@ -15,7 +15,7 @@ of characters (a-z), digits, #, and *. Please note that when matching a
pattern, "N", "X", and "Z" are interpreted as classes of digits.
For each extension, several actions may be listed and must be given a unique
-priority. When each action completes, the call continunes at the next priority
+priority. When each action completes, the call continues at the next priority
(except for some modules which use explicitly GOTO's).
When each action completes, it generally moves to the next priority (except for
@@ -34,7 +34,7 @@ functions in your Asterisk, use the "show functions" command.
The example dial plan, in the configs/extensions.conf.sample file
is installed as extensions.conf if you run "make samples" after
installation of Asterisk. This file includes many more instructions
-and examples than this file, so it's worthwile to read it.
+and examples than this file, so it's worthwhile to read it.
* Special extensions