Some more trivial source typos

Found via `codespell` and `grep`
This commit is contained in:
luz.paz
2018-06-05 00:39:11 -04:00
committed by Cosmin Truta
parent ceb327789b
commit a294c1bcb6
9 changed files with 14 additions and 14 deletions

View File

@@ -2726,7 +2726,7 @@ compare_two_images(Image *a, Image *b, int via_linear,
result = 0;
}
/* If reqested copy the error values back from the Transform. */
/* If requested, copy the error values back from the Transform. */
if (a->opts & ACCUMULATE)
{
tr.error_ptr[0] = tr.error[0];
@@ -2931,7 +2931,7 @@ compare_two_images(Image *a, Image *b, int via_linear,
}
}
/* If reqested copy the error values back from the Transform. */
/* If requested, copy the error values back from the Transform. */
if (a->opts & ACCUMULATE)
{
tr.error_ptr[0] = tr.error[0];