Fix typos

Found via `codespell -q 3 -S *.po,./.git,./share/patchfiles,./libs,./msvc_extra_headers,./share/web_surfaces,*.patch  -L acount,ba,buss,busses,discreet,doubleclick,hsi,ontop,retrn,ro,scrollin,seh,siz,sord,sur,te,trough,ue`
This commit is contained in:
luz paz 2022-09-21 21:01:23 -04:00 committed by Paul Davis
parent 078544482f
commit 7f06beda50
7 changed files with 8 additions and 8 deletions

View file

@ -139,7 +139,7 @@ CueEntry::_size_allocate (ArdourCanvas::Rect const& alloc)
name_button->set_center ( Duple(height/2, height/2) );
name_button->set_radius ( (height/2)- 1*scale );
/* have to do this in the size-allocate if we want to dynmaically respond to scale-changes */
/* have to do this in the size-allocate if we want to dynamically respond to scale-changes */
jump_text->set_font_description (UIConfiguration::instance().get_NormalFont());
jump_text->set_alignment (Pango::ALIGN_CENTER);