ngl: Typo fix

This commit is contained in:
Matthias Clasen 2021-03-28 13:27:09 -04:00
parent ca0e1be03e
commit bca39e2605

View File

@ -727,7 +727,7 @@ gsk_ngl_render_job_transform_bounds (GskNglRenderJob *job,
out_rect->size.width = rect->size.width * scale_x;
out_rect->size.height = rect->size.height * scale_y;
/* Normaize in place */
/* Normalize in place */
if (out_rect->size.width < 0.f)
{
float size = fabsf (out_rect->size.width);