aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 13:45:45 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 13:45:45 +0000
commit72d780d1145d573bec0d02bb46ee47b83a86ecbd (patch)
treeac73f44c0a11be36da70dccad447b0b92917b0a5 /channels/chan_skinny.c
parentc60e277f2335b45d05e31b501caab5346829162e (diff)
Fix spelling of existent in a few places.
(closes issue #12409) Reported by: candlerb git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114024 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 6e4355a8a..198b46406 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;
}