aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 13:46:33 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 13:46:33 +0000
commitd64073e9e93533daed023666948d03b42042fa46 (patch)
treec68619ebe04a810d612457aa867a10264a1d9b6e /channels/chan_skinny.c
parentde847473fd745601d89d989e81349274a9c8568b (diff)
Merged revisions 114024 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r114024 | file | 2008-04-10 10:45:45 -0300 (Thu, 10 Apr 2008) | 4 lines Fix spelling of existent in a few places. (closes issue #12409) Reported by: candlerb ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@114025 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_skinny.c')
-rw-r--r--channels/chan_skinny.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 9d6e54a33..bb9d2e1a3 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -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;
}