aboutsummaryrefslogtreecommitdiffstats
path: root/doc/extensions.txt
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-15 07:48:46 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-15 07:48:46 +0000
commita5e719c3183d5e4d35bad3f1169359048b8f4b8b (patch)
treec4fa954954da2359558fe37ab593c54bb1f7b6dd /doc/extensions.txt
parent298c4b6edb37acbc847b5270289199c950d61456 (diff)
Various spelling errors fixed in docs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2175 f38db490-d61c-443f-a65b-d21fe96a405b
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).