mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
add missing newlines, fix misspelling of nonexistent (bug #4027)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
sched.c
2
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
|
||||
|
||||
Reference in New Issue
Block a user