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]
/
sched.c
diff --git
a/sched.c
b/sched.c
index
6f5d3db
..
e8c2238
100755
(executable)
--- a/
sched.c
+++ b/
sched.c
@@
-287,7
+287,7
@@
int ast_sched_del(struct sched_context *con, int id)
}
ast_mutex_unlock(&con->lock);
if (!s) {
- ast_log(LOG_NOTICE, "Attempted to delete non-existant schedule entry %d!\n", id);
+ ast_log(LOG_NOTICE, "Attempted to delete nonexistent schedule entry %d!\n", id);
#ifdef DO_CRASH
CRASH;
#endif