Fix various typos in source documentation and comments (cont.)

Found via `codespell`
This commit is contained in:
luz paz
2022-12-04 08:21:12 -05:00
committed by Laurent Trinques
parent a76e5446aa
commit 1994235bc5
102 changed files with 277 additions and 277 deletions

View File

@@ -93,7 +93,7 @@ QVector<QPointF> QetGraphicsHandlerUtility::pointsForArc(const QRectF &rect,
@brief QetGraphicsHandlerUtility::rectForPosAtIndex
Return a rectangle after modification
of the point 'pos' at index 'index' of original rectangle 'old_rect'.
@param old_rect - the rectangle befor modification
@param old_rect - the rectangle before modification
@param pos - the new position of a key point
@param index - the index of the key point to modifie
@see QetGraphicsHandlerUtility::pointsForRect to know
@@ -126,7 +126,7 @@ QRectF QetGraphicsHandlerUtility::rectForPosAtIndex(const QRectF &old_rect,
Return a rectangle after modification of the point 'pos'
at index 'index' of original rectangle 'old_rect'.
the opposite edge is modified inversely (like a mirror)
@param old_rect : the rectangle befor modification
@param old_rect : the rectangle before modification
@param pos : the new position of a key point
@param index : the index of the key point to modifie
@see QetGraphicsHandlerUtility::pointsForRect to know