mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
Everywhere: Fix a few typos
Some even user-visible!
This commit is contained in:
parent
3d10132021
commit
f56b897622
10 changed files with 13 additions and 13 deletions
|
@ -409,7 +409,7 @@ void CanvasRadialGradientPaintStyle::paint(IntRect physical_bounding_box, PaintF
|
|||
// - Start circle radius == end circle radius
|
||||
// - Start circle larger than end circle (inside end circle)
|
||||
// - Start circle larger than end circle (outside end circle)
|
||||
// - Start cirlce or end circle radius == 0
|
||||
// - Start circle or end circle radius == 0
|
||||
|
||||
Gradient radial_gradient {
|
||||
move(gradient_line),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue