From 9201aa9db06c3ddd9e05f59c977b0349c9f616eb Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 13 Apr 2005 23:33:47 +0000 Subject: add missing newlines, fix misspelling of nonexistent (bug #4027) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5467 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/res_features.c b/res/res_features.c index 180f8ffce..178e72a6d 100755 --- a/res/res_features.c +++ b/res/res_features.c @@ -1385,7 +1385,7 @@ static int park_exec(struct ast_channel *chan, void *data) dres = 0; } if (option_verbose > 2) - ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to non-existant parked call %d\n", chan->name, park); + ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to nonexistent parked call %d\n", chan->name, park); res = -1; } LOCAL_USER_REMOVE(u); -- cgit v1.2.3