mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 22:08:28 +00:00
general: Fix various typos.
ASTERISK-30089 #close Change-Id: I1f5db911fd05a3a211c522c13e990fa1d0e62275
This commit is contained in:
committed by
George Joseph
parent
4cbe12d6d1
commit
bcc18ca9f5
@@ -1738,7 +1738,7 @@ static struct confbridge_conference *join_conference_bridge(const char *conferen
|
||||
struct post_join_action *action;
|
||||
int max_members_reached = 0;
|
||||
|
||||
/* We explicitly lock the conference bridges container ourselves so that other callers can not create duplicate conferences at the same */
|
||||
/* We explicitly lock the conference bridges container ourselves so that other callers can not create duplicate conferences at the same time */
|
||||
ao2_lock(conference_bridges);
|
||||
|
||||
ast_debug(1, "Trying to find conference bridge '%s'\n", conference_name);
|
||||
|
||||
Reference in New Issue
Block a user