aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.variables
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/README.variables
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/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: