aboutsummaryrefslogtreecommitdiffstats
path: root/main/abstract_jb.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-28 15:38:03 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-28 15:38:03 +0000
commit71d61e3829cc8018e3a1499b37380974abe05ec6 (patch)
tree42f99d648c7c3f76a87a903b9f82212ee8f9d70f /main/abstract_jb.c
parent1d81780e8d5214df088163ca6a02fc4947a177ae (diff)
Fix a few log messages.
(closes issue #11396) Reported by: IgorG Patches: spell.v1.diff uploaded by IgorG (license 20) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89981 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/abstract_jb.c')
-rw-r--r--main/abstract_jb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/abstract_jb.c b/main/abstract_jb.c
index 734728a16..afc6bd182 100644
--- a/main/abstract_jb.c
+++ b/main/abstract_jb.c
@@ -313,7 +313,7 @@ int ast_jb_put(struct ast_channel *chan, struct ast_frame *f)
/* We consider an enabled jitterbuffer should receive frames with valid timing info. */
if (!f->has_timing_info || f->len < 2 || f->ts < 0) {
- ast_log(LOG_WARNING, "%s recieved frame with invalid timing info: "
+ ast_log(LOG_WARNING, "%s received frame with invalid timing info: "
"has_timing_info=%d, len=%ld, ts=%ld, src=%s\n",
chan->name, f->has_timing_info, f->len, f->ts, f->src);
return -1;