mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +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:
@@ -496,7 +496,7 @@ static void audiohook_list_set_samplerate_compatibility(struct ast_audiohook_lis
|
||||
* at that level when it should be lower, and with no way to lower it since any
|
||||
* rate compared against it would be lower.
|
||||
*
|
||||
* By setting it back to the lowest rate it can recalulate the new highest rate.
|
||||
* By setting it back to the lowest rate it can recalculate the new highest rate.
|
||||
*/
|
||||
audiohook_list->list_internal_samp_rate = DEFAULT_INTERNAL_SAMPLE_RATE;
|
||||
|
||||
@@ -1255,7 +1255,7 @@ static int audiohook_volume_callback(struct ast_audiohook *audiohook, struct ast
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Try to find the datastore containg adjustment information, if we can't just bail out */
|
||||
/* Try to find the datastore containing adjustment information, if we can't just bail out */
|
||||
if (!(datastore = ast_channel_datastore_find(chan, &audiohook_volume_datastore, NULL))) {
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user