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

@@ -83,7 +83,7 @@ void DiagramImageItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *
/**
@brief DiagramImageItem::editProperty
Open the approriate dialog to edit this image
Open the appropriate dialog to edit this image
*/
void DiagramImageItem::editProperty()
{
@@ -129,9 +129,9 @@ QString DiagramImageItem::name() const
/**
@brief DiagramImageItem::fromXml
Load this image fro xml elemebt e
Load this image from xml element e
@param e
@return true if succesfully load.
@return true if successfully loaded.
*/
bool DiagramImageItem::fromXml(const QDomElement &e)
{