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:
luz paz 2022-08-01 14:21:37 -04:00 committed by Paul Davis
parent 5a0019f9a6
commit 47c525315d
24 changed files with 27 additions and 27 deletions

View file

@ -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()