[Asterisk-code-review] spelling: dissolved (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:06:44 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16883 )


Change subject: spelling: dissolved
......................................................................

spelling: dissolved

Change-Id: I493c4cffed0dfaab6ea36a856f30f1836e2b9b36
---
M main/bridge.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/83/16883/1

diff --git a/main/bridge.c b/main/bridge.c
index 6e93423..b58364a 100644
--- a/main/bridge.c
+++ b/main/bridge.c
@@ -3068,7 +3068,7 @@
 int ast_bridge_suspend(struct ast_bridge *bridge, struct ast_channel *chan)
 {
 	struct ast_bridge_channel *bridge_channel;
-/* XXX ASTERISK-21271 the case of a disolved bridge while channel is suspended is not handled. */
+/* XXX ASTERISK-21271 the case of a dissolved bridge while channel is suspended is not handled. */
 /* XXX ASTERISK-21271 suspend/unsuspend needs to be rethought. The caller must block until it has successfully suspended the channel for temporary control. */
 /* XXX ASTERISK-21271 external suspend/unsuspend needs to be eliminated. The channel may be playing a file at the time and stealing it then is not good. */
 
@@ -3089,7 +3089,7 @@
 int ast_bridge_unsuspend(struct ast_bridge *bridge, struct ast_channel *chan)
 {
 	struct ast_bridge_channel *bridge_channel;
-/* XXX ASTERISK-21271 the case of a disolved bridge while channel is suspended is not handled. */
+/* XXX ASTERISK-21271 the case of a dissolved bridge while channel is suspended is not handled. */
 
 	ast_bridge_lock(bridge);
 

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16883
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I493c4cffed0dfaab6ea36a856f30f1836e2b9b36
Gerrit-Change-Number: 16883
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/510db32a/attachment-0001.html>


More information about the asterisk-code-review mailing list