1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

Everywhere: Fix a few typos

Some even user-visible!
This commit is contained in:
Nico Weber 2023-04-12 13:32:21 -04:00 committed by Linus Groh
parent 3d10132021
commit f56b897622
10 changed files with 13 additions and 13 deletions

View file

@ -39,6 +39,6 @@ protected:
Gfx::AffineTransform m_transform = {};
};
Gfx::AffineTransform transform_from_transform_list(ReadonlySpan<Transform> tranform_list);
Gfx::AffineTransform transform_from_transform_list(ReadonlySpan<Transform> transform_list);
}