mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Fix various typos
Found via `codespell -q 3 -S *.po,./.git,./share/patchfiles,./libs,./msvc_extra_headers,./share/web_surfaces,*.patch -L ba,buss,busses,discreet,doubleclick,hsi,ontop,ro,scrollin,seh,siz,sord,sur,te,trough,ue`
This commit is contained in:
parent
5a0019f9a6
commit
47c525315d
24 changed files with 27 additions and 27 deletions
|
|
@ -221,7 +221,7 @@ Pane::on_size_allocate (Gtk::Allocation& alloc)
|
|||
reallocate (alloc);
|
||||
Container::on_size_allocate (alloc);
|
||||
|
||||
/* minumum pane size constraints */
|
||||
/* minimum pane size constraints */
|
||||
Dividers::size_type div = 0;
|
||||
for (Dividers::const_iterator d = dividers.begin(); d != dividers.end(); ++d, ++div) {
|
||||
// XXX skip dividers that were just hidden in reallocate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue