mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +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
@@ -263,7 +263,7 @@ ConductorProperties::~ConductorProperties()
|
||||
|
||||
/**
|
||||
@brief ConductorProperties::toXml
|
||||
Export conductor propertie, in the XML element 'e'
|
||||
Export conductor properties to the XML element 'e'
|
||||
@param e the xml element
|
||||
*/
|
||||
void ConductorProperties::toXml(QDomElement &e) const
|
||||
@@ -308,7 +308,7 @@ void ConductorProperties::toXml(QDomElement &e) const
|
||||
|
||||
/**
|
||||
@brief ConductorProperties::fromXml
|
||||
Import conductor propertie, from the attribute of the xml element 'e'
|
||||
Import conductor properties from the attribute of the xml element 'e'
|
||||
@param e the xml document
|
||||
*/
|
||||
void ConductorProperties::fromXml(QDomElement &e)
|
||||
|
||||
Reference in New Issue
Block a user