mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 03:20:33 +00:00
docs: Fix various typos in main/
Found via `codespell -q 3 -S "./CREDITS" -L abd,asent,atleast,childrens,contentn,crypted,dne,durationm,exten,inout,leapyear,nd,oclock,offsetp,ot,parm,parms,requestor,ser,slanguage,slin,thirdparty,varn,varns,ues`
(cherry picked from commit d2bcdb71f8
)
This commit is contained in:
committed by
Asterisk Development Team
parent
ac843c3600
commit
e9315d22ce
@@ -269,7 +269,7 @@
|
||||
* subscriptions need the topics to unsubscribe and check subscription status.
|
||||
*
|
||||
* The cycle is broken by stasis_unsubscribe(). The unsubscribe will remove the
|
||||
* topic's reference to a subscription. When the subcription is destroyed, it
|
||||
* topic's reference to a subscription. When the subscription is destroyed, it
|
||||
* will remove its reference to the topic.
|
||||
*
|
||||
* This means that until a subscription has be explicitly unsubscribed, it will
|
||||
@@ -2657,7 +2657,7 @@ static char *statistics_show_subscription(struct ast_cli_entry *e, int cmd, stru
|
||||
|
||||
subscription_stats = ao2_global_obj_ref(subscription_statistics);
|
||||
if (!subscription_stats) {
|
||||
ast_cli(a->fd, "Could not fetch subcription_statistics container\n");
|
||||
ast_cli(a->fd, "Could not fetch subscription_statistics container\n");
|
||||
return CLI_FAILURE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user