aboutsummaryrefslogtreecommitdiffstats
path: root/doc/callfiles.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 17:02:37 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 17:02:37 +0000
commitec1f8bd53614c59503fc9ba6a0309e463573e927 (patch)
tree58ad224da2ec566e85859ec81ca028120602ce41 /doc/callfiles.txt
parent9b9ca6cac58dea63b8d1bd7fa516c283c765bf33 (diff)
More spelling fixes (issue 7930)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42735 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/callfiles.txt')
-rw-r--r--doc/callfiles.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/callfiles.txt b/doc/callfiles.txt
index 19dd97b37..3fe6cb09e 100644
--- a/doc/callfiles.txt
+++ b/doc/callfiles.txt
@@ -27,7 +27,7 @@ The call file syntax
The call file consists of <Key>: <value> pairs; one per line.
Comments are indicated by a '#' character that begins a line, or follows a space
-or tab character. To be consistant with the configuration files in Asterisk,
+or tab character. To be consistent with the configuration files in Asterisk,
comments can also be indicated by a semicolon. However, the multiline comments
(;-- --;) used in Asterisk configuration files are not supported. Semicolons can
be escaped by a backslash.