summaryrefslogtreecommitdiff
path: root/doc/README.variables
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/README.variables
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/README.variables')
-rwxr-xr-xdoc/README.variables4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.variables b/doc/README.variables
index 7ade326a5..e924a8c2e 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -1,4 +1,4 @@
-GENERAL ENCHANCEMENTS TO EXTENSION LOGIC :
+GENERAL ENHANCEMENTS TO EXTENSION LOGIC :
QUOTING:
@@ -9,7 +9,7 @@ comma does not terminate the field.
Also, characters special to variable substitution, expression evaluation, etc
(see below), can be quoted. For example, to literally use a $ on the
-string "$1231", quote it with a preceeding \. Special characters that must
+string "$1231", quote it with a preceding \. Special characters that must
be quoted to be used, are [ ] $ " \. (to write \ itself, use \\).
VARIABLES: