Fix various typos

Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sord,sur,te,trough,ue`  
Follow-up to 364f2f078
This commit is contained in:
luz paz 2022-04-07 09:09:04 -04:00 committed by Robin Gareus
parent a77ac7107f
commit 3d395585c1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
51 changed files with 91 additions and 91 deletions

View file

@ -635,7 +635,7 @@ TempoMap::set_tempo_and_meter (Tempo const & tempo, Meter const & meter, supercl
}
if (e->metric().ramped()) {
/* need to adjust ramp constants for preceding explict point, since the new point will be positioned right after it
/* need to adjust ramp constants for preceding explicit point, since the new point will be positioned right after it
and thus defines the new ramp distance.
*/
e->compute_c_superclock (_sample_rate, tempo.superclocks_per_quarter_note (), sc);
@ -726,7 +726,7 @@ TempoMap::set_tempo (Tempo const & t, superclock_t sc, bool ramp)
}
if (e->metric().ramped()) {
/* need to adjust ramp constants for preceding explict point, since the new point will be positioned right after it
/* need to adjust ramp constants for preceding explicit point, since the new point will be positioned right after it
and thus defines the new ramp distance.
*/
e->compute_c_superclock (_sample_rate, t.superclocks_per_quarter_note (), sc);