mantis 8327: refix minor typos

httptests
UbitUmarov 2018-06-16 16:01:09 +01:00
parent c3d2f2d119
commit 31633699cf
1 changed files with 2 additions and 2 deletions

View File

@ -1160,13 +1160,13 @@ namespace OpenSim.Region.CoreModules.Asset
{
if(m_cleanupRunning)
{
con.OutputFormat("Floatsam assets check already running");
con.OutputFormat("Flotsam assets check already running");
return;
}
m_cleanupRunning = true;
}
con.Output("Floatsam Ensuring assets are cached for all scenes.");
con.Output("Flotsam Ensuring assets are cached for all scenes.");
WorkManager.RunInThreadPool(delegate
{