summaryrefslogtreecommitdiff
path: root/main/config.c
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2011-01-19 23:53:44 +0000
committerSean Bright <sean@malleable.com>2011-01-19 23:53:44 +0000
commit6abfc32125a043d9e81c3e9bbd450b8414b8194a (patch)
tree2b8111cee34678ea50cc75f804e067d4932b7ba8 /main/config.c
parent59b2fbb9847f0162045a76a10e363350a8fe6e8b (diff)
Clarify a source comment about configuration template categories.
(closes issue #18578) Reported by: astmiv Patches: asterisk.main.config.2.patch uploaded by astmiv (license 1189) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@302836 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/config.c')
-rw-r--r--main/config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/config.c b/main/config.c
index d763adac4..0a994ea0d 100644
--- a/main/config.c
+++ b/main/config.c
@@ -947,9 +947,9 @@ static int process_text_line(struct ast_config *cfg, struct ast_category **cat,
* [foo] define a new category named 'foo'
* [foo](!) define a new template category named 'foo'
* [foo](+) append to category 'foo', error if foo does not exist.
- * [foo](a) define a new category and inherit from template a.
- * You can put a comma-separated list of templates and '!' and '+'
- * between parentheses, with obvious meaning.
+ * [foo](a) define a new category and inherit from category or template a.
+ * You can put a comma-separated list of categories and templates
+ * and '!' and '+' between parentheses, with obvious meaning.
*/
struct ast_category *newcat = NULL;
char *catname;