projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing newlines, fix misspelling of nonexistent (bug #4027)
[asterisk/asterisk.git]
/
channels
/
chan_skinny.c
diff --git
a/channels/chan_skinny.c
b/channels/chan_skinny.c
index
601634f
..
677157a
100755
(executable)
--- a/
channels/chan_skinny.c
+++ b/
channels/chan_skinny.c
@@
-2598,7
+2598,7
@@
static void destroy_session(struct skinnysession *s)
ast_mutex_destroy(&s->lock);
free(s);
} else
- ast_log(LOG_WARNING, "Trying to delete non-existant session %p?\n", s);
+ ast_log(LOG_WARNING, "Trying to delete nonexistent session %p?\n", s);
ast_mutex_unlock(&sessionlock);
}