Fix spelling of existent in a few places.

(closes issue #12409)
Reported by: candlerb


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2008-04-10 13:45:45 +00:00
parent a4e73acaf8
commit 4a21c5dd22
3 changed files with 5 additions and 5 deletions

View File

@@ -1824,7 +1824,7 @@ static int transmit_response(struct skinnysession *s, struct skinny_req *req)
int res = 0;
if (!s) {
ast_log(LOG_WARNING, "Asked to transmit to a non-existant session!\n");
ast_log(LOG_WARNING, "Asked to transmit to a non-existent session!\n");
return -1;
}