From: Jason Parker Date: Wed, 30 Jan 2008 00:58:23 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 1.6.0-beta3~2^2~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f06a5e0c69b203069d143d06749b700a7b5a04;p=thirdparty%2Fasterisk.git Fix a typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@101126 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 8d2ce86182..ccf9ad3d89 100644 --- a/CHANGES +++ b/CHANGES @@ -467,7 +467,7 @@ Miscellaneous New Modules backend functionality. * Added a new module, res_config_ldap, which permits the use of an LDAP server for realtime data access. - * Added support for writing and running your dialplan in lua using the pgx_lua + * Added support for writing and running your dialplan in lua using the pbx_lua module. See configs/extensions.lua.sample for examples of how to do this. Miscellaneous