[libcalamares] Fix warning message

- "create" was when this function was used elsewhere
This commit is contained in:
Adriaan de Groot 2020-02-07 13:58:44 +01:00
parent 394eee3954
commit b502d78984

View File

@ -280,7 +280,7 @@ System::targetPath( const QString& path ) const
if ( !gs || !gs->contains( "rootMountPoint" ) )
{
cWarning() << "No rootMountPoint in global storage, cannot create target file" << path;
cWarning() << "No rootMountPoint in global storage, cannot name target file" << path;
return QString();
}