From 9a56a10379b3fcc4536042e9110c3d51a8f1d55a Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Wed, 22 Jun 2005 23:45:34 +0000 Subject: [PATCH] fix a typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5978 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/README.ael | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.ael b/doc/README.ael index df07de3087..9fa99e52e1 100755 --- a/doc/README.ael +++ b/doc/README.ael @@ -11,7 +11,7 @@ The AEL parser (pbx_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 Asterisk. This will be done automatically if using 'autoload=yes' in /etc/asterisk/modules.conf. -When thenmodule is loaded, it will look for 'extensions.ael' in /etc/asterisk/. +When the module is loaded, it will look for 'extensions.ael' in /etc/asterisk/. Both extensions.conf and extensions.ael can be used in conjunction with each other if that is what is desired. Some users may want to keep extensions.conf for the features that are configured in the 'general' section of -- GitLab