mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +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
@@ -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];
|
||||
|
Reference in New Issue
Block a user