mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Correct typo
This commit is contained in:
committed by
Klaus Basan
parent
e8235a0f53
commit
cd9308658b
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user