mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
f377951178
commit
173dcfb7cb
17 changed files with 23 additions and 23 deletions
|
@ -356,7 +356,7 @@ Gfx::AntiAliasingPainter::Range Gfx::AntiAliasingPainter::draw_ellipse_part(
|
|||
return is_circle ? i < q : ib_squared < qa_squared;
|
||||
};
|
||||
|
||||
// Draws a 8 octants for a circle or 4 quadrants for a (partial) elipse
|
||||
// Draws a 8 octants for a circle or 4 quadrants for a (partial) ellipse
|
||||
while (in_symmetric_region()) {
|
||||
predict();
|
||||
minimize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue