Fix minor typos (#37)
This commit is contained in:
committed by
Jim Evins
parent
9ff59a2cb5
commit
76c370bf52
+1
-1
@@ -65,7 +65,7 @@ namespace glabels
|
||||
|
||||
|
||||
////////////////////////////
|
||||
// Attribue Methods
|
||||
// Attribute Methods
|
||||
////////////////////////////
|
||||
ModelObject* owner() const;
|
||||
Location location() const;
|
||||
|
||||
@@ -239,7 +239,7 @@ namespace glabels
|
||||
QString version = XmlUtil::getStringAttr( node, "version", "" );
|
||||
if ( version != "4.0" )
|
||||
{
|
||||
qWarning() << "TODO: compatability mode.";
|
||||
qWarning() << "TODO: compatibility mode.";
|
||||
}
|
||||
|
||||
auto* label = new Model();
|
||||
@@ -738,7 +738,7 @@ namespace glabels
|
||||
void
|
||||
XmlLabelParser::parsePixdataNode( const QDomElement& node, DataCache& data )
|
||||
{
|
||||
// TODO, compatability with glabels-3
|
||||
// TODO, compatibility with glabels-3
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user