summaryrefslogtreecommitdiff
path: root/sched.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-04-13 23:33:47 +0000
committerRussell Bryant <russell@russellbryant.com>2005-04-13 23:33:47 +0000
commit7bffc0459c84f987998f8d677c2ca06a0d9603f4 (patch)
tree7b5e30d0938eb2c5696d0c31806be80050699d39 /sched.c
parent8d1744dd292fa84b615ccf30b849fdcccfafc3a8 (diff)
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
Diffstat (limited to 'sched.c')
-rwxr-xr-xsched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sched.c b/sched.c
index 6f5d3db6f..e8c2238d8 100755
--- 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