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

@@ -156,7 +156,7 @@ void CustomElementGraphicPart::setAntialiased(const bool b)
/**
@brief CustomElementGraphicPart::stylesToXml
Write the curent style to xml element.
Write the current style to xml element.
The style are stored like this:
name-of-style:value;name-of-style:value
Each style separate by ; and name-style/value are separate by :
@@ -893,7 +893,7 @@ void CustomElementGraphicPart::stylesFromXml(const QDomElement &qde)
/**
@brief CustomElementGraphicPart::resetStyles
Reset the curent style to default,
Reset the current style to default,
same style of default constructor
*/
void CustomElementGraphicPart::resetStyles()