mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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`
This commit is contained in:
committed by
github-actions[bot]
parent
076799be15
commit
e3ad4cea4e
@@ -783,7 +783,7 @@ static const char *device_state_get_id(struct stasis_message *message)
|
||||
* \since 12.2.0
|
||||
*
|
||||
* \param cache_topic Caching topic the aggregate message may be published over.
|
||||
* \param aggregate The aggregate shapshot message to publish.
|
||||
* \param aggregate The aggregate snapshot message to publish.
|
||||
*/
|
||||
static void device_state_aggregate_publish(struct stasis_topic *cache_topic, struct stasis_message *aggregate)
|
||||
{
|
||||
@@ -808,7 +808,7 @@ static void device_state_aggregate_publish(struct stasis_topic *cache_topic, str
|
||||
* \since 12.2.0
|
||||
*
|
||||
* \param entry Cache entry to calculate a new aggregate snapshot.
|
||||
* \param new_snapshot The shapshot that is being updated.
|
||||
* \param new_snapshot The snapshot that is being updated.
|
||||
*
|
||||
* \note Return a ref bumped pointer from stasis_cache_entry_get_aggregate()
|
||||
* if a new aggregate could not be calculated because of error.
|
||||
|
Reference in New Issue
Block a user