Fix typo in chan_zap.c faclityenable != facilityenable

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich 2005-05-12 21:11:42 +00:00
parent 7d3f5785e9
commit 7d26776adc
1 changed files with 1 additions and 1 deletions

View File

@ -10159,7 +10159,7 @@ static int setup_zap(int reload)
} else
ast_log(LOG_WARNING, "'%s' is not a valid ISDN timer configuration string\n", v->value);
} else if (!strcasecmp(v->name, "faclityenable")) {
} else if (!strcasecmp(v->name, "facilityenable")) {
facilityenable = ast_true(v->value);
#endif /* PRI_GETSET_TIMERS */
#endif /* ZAPATA_PRI */