Correct typo

This commit is contained in:
Roland Winklmeier
2018-09-13 15:50:57 +02:00
committed by Klaus Basan
parent e8235a0f53
commit cd9308658b

View File

@@ -428,7 +428,7 @@ namespace BlackMisc
QString CSimulationEnvironmentAware::getSimulatorNameAndVersion() const
{
if (!this->hasProvider()) { return "not avialbale"; }
if (!this->hasProvider()) { return "not available"; }
return this->provider()->getSimulatorNameAndVersion();
}