[TD]spelling in comments

This commit is contained in:
wandererfan
2023-11-14 16:15:21 -05:00
committed by WandererFan
parent ca90c73811
commit f03461a85a
12 changed files with 15 additions and 15 deletions

View File

@@ -935,7 +935,7 @@ QPointF DrawUtil::invertY(QPointF v)
return QPointF(v.x(), -v.y());
}
//! convert a gui point into it's app space equivalent. this requires us to
//! convert a gui point into its app space equivalent. this requires us to
//! perform the invert, scale, rotate operations in the reverse order from
//! that used to generate the qt point.
//! Note: the centering operation is not considered here