From 080cc2d4b65ae7d061925c0079d4094cd561f5cb Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Tue, 11 Oct 2005 03:49:15 +0000
Subject: [PATCH] capitalize dialplan function

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6739 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/README.enum | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/README.enum b/doc/README.enum
index 3981c10043..ba8484749a 100755
--- a/doc/README.enum
+++ b/doc/README.enum
@@ -26,7 +26,7 @@ actually create channels ("dial") results given by the ENUMLOOKUP
 function is then up to the administrator to implement in a way that
 best suits their environment.
 
-Function: EnumLookup(<number>[,pointer_type[,options[,zone_suffix]]])
+Function: ENUMLOOKUP(<number>[,pointer_type[,options[,zone_suffix]]])
 
   Performs an ENUM tree lookup on the specified number, method type,
   and (optionally) ordinal offset, and returns one of four different values:
-- 
GitLab