From 78bd19baa94fc637c9186fa025e36ca8455d9752 Mon Sep 17 00:00:00 2001
From: Paul Belanger <paul.belanger@polybeacon.com>
Date: Tue, 21 Dec 2010 00:45:40 +0000
Subject: [PATCH] Merged revisions 299312 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r299312 | pabelanger | 2010-12-20 19:44:08 -0500 (Mon, 20 Dec 2010) | 8 lines

  Correct typo with USER_DEFINED event.

  (closes issue #18461)
  Reported by: joscas
  Patches:
        cel.conf.sample.diff uploaded by lathama (license 1028)
        Tested by: lathama, joscas
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/cel.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/cel.conf.sample b/configs/cel.conf.sample
index dba8866046..65d79cdff4 100644
--- a/configs/cel.conf.sample
+++ b/configs/cel.conf.sample
@@ -63,7 +63,7 @@ apps=dial,park
 ;  TRANSFER         -- Generic transfer initiated; not used yet...?
 ;  HOOKFLASH        -- So far, when a hookflash event occurs on a DAHDI
 ;                      interface
-;  USER_EVENT       -- Triggered from the dialplan, and has a name given by the
+;  USER_DEFINED     -- Triggered from the dialplan, and has a name given by the
 ;                      user
 ;
 ; Default value: none
-- 
GitLab