[Asterisk-code-review] channel.c: Fix typo. (asterisk[master])
Richard Mudgett
asteriskteam at digium.com
Tue Feb 20 13:30:24 CST 2018
Richard Mudgett has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/07/8307/1
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: newchange
Gerrit-Change-Id: I4eeedf89085697e81c354eb92d546686c67b0b5b
Gerrit-Change-Number: 8307
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180220/e902c704/attachment.html>
More information about the asterisk-code-review
mailing list