Misc. typo tixes

This commit is contained in:
luz.paz
2018-07-31 13:14:14 -04:00
parent 8ecccb7508
commit 5f867be0c3
15 changed files with 21 additions and 21 deletions

View File

@@ -630,7 +630,7 @@ void Crop::ratioFixedChanged ()
void Crop::ratioChanged ()
{
if (!fixr->get_active ()) {
fixr->set_active(true); // will ajust ratio anyway
fixr->set_active(true); // will adjust ratio anyway
} else {
adjustCropToRatio();
}