Fix typos

This commit is contained in:
luzpaz
2023-12-22 13:35:23 +00:00
parent d783f2fce4
commit 9c8a3f27f9
6 changed files with 7 additions and 7 deletions

View File

@@ -2503,7 +2503,7 @@ void CDxfRead::OnReadArc(double start_angle,
void CDxfRead::OnReadCircle(const double* center, double radius, bool hidden)
{
// OnReadCircle wants a start point, so we pick an arbitrary point on the circunference
// OnReadCircle wants a start point, so we pick an arbitrary point on the circumference
double s[3] = {center[0] + radius, center[1], center[2]};
OnReadCircle(s,