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

@@ -1287,7 +1287,7 @@ void ast_bridge_channel_playfile(struct ast_bridge_channel *bridge_channel, ast_
/*
* It may be necessary to resume music on hold after we finish
* playing the announcment.
* playing the announcement.
*/
if (ast_test_flag(ast_channel_flags(bridge_channel->chan), AST_FLAG_MOH)) {
const char *latest_musicclass;