summaryrefslogtreecommitdiff
path: root/pbx.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 /pbx.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 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 9bdc5d5bf..666d1ff4c 100755
--- a/pbx.c
+++ b/pbx.c
@@ -6108,7 +6108,7 @@ int ast_context_verify_includes(struct ast_context *con)
for (inc = ast_walk_context_includes(con, NULL); inc; inc = ast_walk_context_includes(con, inc))
if (!ast_context_find(inc->rname)) {
res = -1;
- ast_log(LOG_WARNING, "Context '%s' tries includes non-existant context '%s'\n",
+ ast_log(LOG_WARNING, "Context '%s' tries includes nonexistent context '%s'\n",
ast_get_context_name(con), inc->rname);
}
return res;