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:
Luz Paz
2025-02-04 05:53:17 -05:00
committed by Asterisk Development Team
parent ac843c3600
commit e9315d22ce
45 changed files with 86 additions and 86 deletions

View File

@@ -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;
}