Fix various typos in source documentation and comments

Found via `codespell`
This commit is contained in:
luz paz
2022-12-04 06:24:28 -05:00
committed by Laurent Trinques
parent 1eed13c617
commit a76e5446aa
32 changed files with 88 additions and 87 deletions

View File

@@ -90,7 +90,7 @@ bool ConductorNumExport::toCsv()
/**
@brief ConductorNumExport::wiresNum
@return the wire num formated in csv
@return the wire num formatted in csv
*/
QString ConductorNumExport::wiresNum() const
{
@@ -126,7 +126,7 @@ void ConductorNumExport::fillHash()
continue;
}
//We must to define if the connected terminal is a folio report, if it is the case
//We must define if the connected terminal is a folio report, if it is the case
//we don't add the num to the hash because the terminal doesn't represent a real terminal.
if(!(c->terminal1->parentElement()->linkType() & Element::AllReport))
{