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:
Luz Paz
2025-02-04 05:53:17 -05:00
committed by github-actions[bot]
parent 076799be15
commit e3ad4cea4e
45 changed files with 86 additions and 86 deletions

View File

@@ -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.