diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c index 544d4341840275d80108651a9466533acfdfefdb..cac64737a1c34ca0237b908437ae9a8f00572b8e 100644 --- a/pbx/pbx_spool.c +++ b/pbx/pbx_spool.c @@ -201,7 +201,7 @@ static int apply_outgoing(struct outgoing *o, char *fn, FILE *f) } } else if (!strcasecmp(buf, "waittime")) { if ((sscanf(c, "%d", &o->waittime) != 1) || (o->waittime < 1)) { - ast_log(LOG_WARNING, "Invalid retrytime at line %d of %s\n", lineno, fn); + ast_log(LOG_WARNING, "Invalid waittime at line %d of %s\n", lineno, fn); o->waittime = 45; } } else if (!strcasecmp(buf, "retry")) {