Base: fix several reported lint warnings

This commit is contained in:
wmayer
2023-11-11 14:34:30 +01:00
committed by WandererFan
parent a776f8b333
commit fd74acca35
3 changed files with 7 additions and 7 deletions

View File

@@ -326,7 +326,7 @@ UnitsSchemaInternal::schemaTranslate(const Quantity& quant, double& factor, QStr
}
else if (unit == Unit::HeatFlux) {
unitString = QString::fromLatin1("W/m^2");
factor = 1; // unit signiture (0,1,-3,0,0) is length independent
factor = 1; // unit signature (0,1,-3,0,0) is length independent
}
else if (unit == Unit::ElectricCharge) {
unitString = QString::fromLatin1("C");