[Asterisk-code-review] channel.c: Fix typo. (asterisk[master])

Jenkins2 asteriskteam at digium.com
Wed Feb 21 06:47:34 CST 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/8307 )

Change subject: channel.c: Fix typo.
......................................................................

channel.c: Fix typo.

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

Approvals:
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/main/channel.c b/main/channel.c
index 7eb40d1..fc89d67 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -3790,7 +3790,7 @@
 				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);

-- 
To view, visit https://gerrit.asterisk.org/8307
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4eeedf89085697e81c354eb92d546686c67b0b5b
Gerrit-Change-Number: 8307
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180221/cef7aade/attachment.html>


More information about the asterisk-code-review mailing list