Fix various typos (#6569)

* Fix various typos

* Fix previous commit + add follow-up grammatical fixes
This commit is contained in:
luzpaz
2022-08-30 09:17:43 -04:00
committed by GitHub
parent d838ff352d
commit 4d1d5d4539
5 changed files with 10 additions and 10 deletions

View File

@@ -198,7 +198,7 @@ void Adjuster::addAutoButton (const Glib::ustring &tooltip)
autoChange = automatic->signal_toggled().connect( sigc::mem_fun(*this, &Adjuster::autoToggled) );
if (grid) {
// Hombre, adding the checbox next to the reset button because adding it next to the spin button (as before)
// Hombre, adding the checkbox next to the reset button because adding it next to the spin button (as before)
// would diminish the available size for the label and would require a much heavier reorganization of the grid !
grid->attach_next_to(*automatic, *reset, Gtk::POS_RIGHT, 1, 1);
} else {