summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-02-21 06:47:33 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-02-21 06:47:33 -0600
commita1e6320c4a1c08d17c920b5c39ef0bb055042a4a (patch)
tree51988238d3d703f198aedd91b1cdf7f040bf1fd2 /main/channel.c
parent71de3deffe4a434e6e382e703a552cda57a16f89 (diff)
parente2f98fbd63bbbbbd272be47270950d34707238f3 (diff)
Merge "channel.c: Fix typo."
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index 7eb40d195..fc89d67cb 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -3790,7 +3790,7 @@ static struct ast_frame *__ast_read(struct ast_channel *chan, int dropaudio, int
ast_frfree(f);
f = &ast_null_frame;
} else if (f->subclass.integer == AST_CONTROL_STREAM_TOPOLOGY_CHANGED && dropnondefault) {
- /* The caller of this function is incapable of handling streams so we absord the notification that the
+ /* The caller of this function is incapable of handling streams so we absorb the notification that the
* stream topology has changed.
*/
ast_frfree(f);