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

@@ -187,7 +187,7 @@
Successfully passed on to the protocol handler, but delivery has not necessarily been guaranteed.
</value>
<value name="FAILURE">
The protocol handler reported that it was unabled to deliver the message for some reason.
The protocol handler reported that it was unable to deliver the message for some reason.
</value>
</variable>
</variablelist>
@@ -1447,7 +1447,7 @@ struct ast_msg_data {
/*! The length of this structure plus the actual length of the allocated buffer */
size_t length;
enum ast_msg_data_source_type source;
/*! These are indices into the buffer where teh attribute starts */
/*! These are indices into the buffer where the attribute starts */
int attribute_value_offsets[__AST_MSG_DATA_ATTR_LAST];
/*! The buffer containing the NULL separated attributes */
char buf[0];