Fix minor typo (bug #3534)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4993 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-02-09 21:17:34 +00:00
parent 6776ea7a79
commit 07af9aa8f0

View File

@@ -1552,7 +1552,7 @@ static void ast_readconfig(void) {
/* whether or not to support #exec in config files */
} else if (!strcasecmp(v->name, "execincludes")) {
option_exec_includes = ast_true(v->value);
/* debug level (-v at startup) */
/* debug level (-d at startup) */
} else if (!strcasecmp(v->name, "debug")) {
option_debug = 0;
if (sscanf(v->value, "%d", &option_debug) != 1) {