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

@@ -236,11 +236,11 @@ bool DiagramTextItem::isHtml() const
/**
@brief DiagramTextItem::paint
Draw this text field. This method draw the text by calling QGraphicsTextItem::paint.
If text is hovered, this method draw the bounding rect in grey
Draw this text field. This method draws the text by calling QGraphicsTextItem::paint.
If text is hovered, this method draws the bounding rect in grey
@param painter : painter to use
@param option : style option
@param widget : widget where must to draw
@param widget : widget that is drawn to
*/
void DiagramTextItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
{
@@ -413,7 +413,7 @@ void DiagramTextItem::prepareAlignment()
/**
@brief DiagramTextItem::finishAlignment
Call this function after changing the bouding rect of this text
Call this function after changing the bounding rect of this text
to set the position of this text according to the alignment property.
*/
void DiagramTextItem::finishAlignment()