Various spelling errors fixed in docs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-02-15 07:48:46 +00:00
parent dbe3dea363
commit 2cbef73a27
8 changed files with 18 additions and 18 deletions

View File

@@ -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: