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

@@ -86,7 +86,7 @@ void MasterElement::unlinkAllElements()
/**
@brief MasterElement::unlinkElement
Unlink the given elmt in parametre
Unlink the given element in parameter
@param elmt element to unlink from this
*/
void MasterElement::unlinkElement(Element *elmt)
@@ -159,7 +159,7 @@ void MasterElement::xrefPropertiesChanged()
If Xref item is deleted or already not used (nullptr) return true;
Else return false if Xref item is used
NOTICE : Xref can display nothing but not be deleted so far.
For exemple, if Xref is display has cross, only power contact are linked and
For example, if Xref is display has cross, only power contact are linked and
option show power contact is disable, the cross isn't draw.
@return
*/