spelling: algorithm

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:34:58 -05:00
parent 916a84faca
commit 49b0f1f668
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ static GPointPrecise prv_get_rotated_precise_point_for_ellipsis(GPointPrecise ce
}
}
// This algorthm operates on angle starting at our 90° mark, so we add 90°
// This algorithm operates on angle starting at our 90° mark, so we add 90°
// and flip x/y coordinates (see last line of this function)
angle = (angle + (TRIG_MAX_ANGLE / 4)) % TRIG_MAX_ANGLE;