mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +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 03ec0f2d17
)
This commit is contained in:
committed by
Asterisk Development Team
parent
7300a506d0
commit
a82e7c2f89
@@ -268,7 +268,7 @@ int fixed_jb_put(struct fixed_jb *jb, void *data, long ms, long ts, long now)
|
||||
|
||||
return FIXED_JB_OK;
|
||||
} else if (!jb->frames) {
|
||||
/* the frame list is empty or thats just the first frame ever */
|
||||
/* the frame list is empty or that's just the first frame ever */
|
||||
/* tail should also be NULL is that case */
|
||||
ASSERT(jb->tail == NULL);
|
||||
jb->frames = jb->tail = newframe;
|
||||
|
Reference in New Issue
Block a user