summaryrefslogtreecommitdiff
path: root/doc/extensions.txt
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-02-15 07:48:46 +0000
committerJames Golovich <james@gnuinter.net>2004-02-15 07:48:46 +0000
commit2cbef73a2796a1358909c28238cb71e7cfd33579 (patch)
treec4fa954954da2359558fe37ab593c54bb1f7b6dd /doc/extensions.txt
parentdbe3dea3637ec0723518bb33f5d7381a24bb0be1 (diff)
Various spelling errors fixed in docs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/extensions.txt')
-rwxr-xr-xdoc/extensions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extensions.txt b/doc/extensions.txt
index 2d6ea2fe4..0fb2fd3b6 100755
--- a/doc/extensions.txt
+++ b/doc/extensions.txt
@@ -1,7 +1,7 @@
Extensions are routed according to priority, and may be based on any set
of digits, #, and *. For each extension, several actions may be listed
and each given a priority. When each action completes, it generally moves
-to the next priority (except for some modules which use explicity GOTO's.
+to the next priority (except for some modules which use explicitly GOTO's.
Extensions frequently have data they pass to the executing application
(most frequently a string). There are some reserved application names:
@@ -18,5 +18,5 @@ Also, there are some extensions with important meanings:
And finally, the extension context "default" is used when either a) an
extension context is deleted while an extension is in use, or b) a specific
-starting extension handler has not been defined (unless overrridden by the
+starting extension handler has not been defined (unless overridden by the
low level channel interface).