mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-03 11:00:53 +01:00
Fix various typos in source documentation and comments
Found via `codespell`
This commit is contained in:
committed by
Laurent Trinques
parent
1eed13c617
commit
a76e5446aa
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user