summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-12-27 09:13:07 +0000
committerOlle Johansson <oej@edvina.net>2007-12-27 09:13:07 +0000
commit3acad631f8f9576579dca069547b890c1a2f980b (patch)
tree7ddb606f07a2a9d715609ba2f58770ac67d708be
parentaa9c6e297f2796849935d5641ff0ce497d965b4c (diff)
This function checks more than just contexts...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--funcs/func_dialplan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_dialplan.c b/funcs/func_dialplan.c
index a1b85a8fc..6d4c488f6 100644
--- a/funcs/func_dialplan.c
+++ b/funcs/func_dialplan.c
@@ -16,7 +16,7 @@
/*! \file
*
- * \brief Dialplan group functions check if a context exists
+ * \brief Dialplan group functions check if a dialplan entry exists
*
* \author Gregory Nietsky AKA irroot <gregory@networksentry.co.za>
* \author Russell Bryant <russell@digium.com>