mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user