From e2f98fbd63bbbbbd272be47270950d34707238f3 Mon Sep 17 00:00:00 2001
From: Richard Mudgett <rmudgett@digium.com>
Date: Tue, 20 Feb 2018 13:11:11 -0600
Subject: [PATCH] channel.c: Fix typo.

Change-Id: I4eeedf89085697e81c354eb92d546686c67b0b5b
---
 main/channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/channel.c b/main/channel.c
index 7eb40d1955..fc89d67cb2 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);
-- 
GitLab