summaryrefslogtreecommitdiff
path: root/doc/tex/ael.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/ael.tex')
-rw-r--r--doc/tex/ael.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tex/ael.tex b/doc/tex/ael.tex
index 4d9fa2433..b76088fa0 100644
--- a/doc/tex/ael.tex
+++ b/doc/tex/ael.tex
@@ -38,7 +38,7 @@ AEL is really the merger of 4 different 'languages', or syntaxes:
language, that AEL will compile into.
\end{itemize}
-Any programmer of AEL should be familiar with it's syntax, of course,
+Any programmer of AEL should be familiar with its syntax, of course,
as well as the Expression syntax, and the Variable syntax.
@@ -114,9 +114,9 @@ the Asterisk environment!
\section{Getting Started}
-The AEL parser (pbx\_ael.so) is completely separate from the module
+The AEL parser (res\_ael.so) is completely separate from the module
that parses extensions.conf (pbx\_config.so). To use AEL, the only
-thing that has to be done is the module pbx\_ael.so must be loaded by
+thing that has to be done is the module res\_ael.so must be loaded by
Asterisk. This will be done automatically if using 'autoload=yes' in
\path{/etc/asterisk/modules.conf}. When the module is loaded, it will look
for 'extensions.ael' in \path{/etc/asterisk/}. extensions.conf and