diff options
author | UbitUmarov | 2018-06-16 16:01:09 +0100 |
---|---|---|
committer | UbitUmarov | 2018-06-16 16:01:09 +0100 |
commit | 31633699cf462d85a17997c89d8d93c05ae88cc2 (patch) | |
tree | 39e9ee12b8e29622f23512538928c02b38455b86 /OpenSim/Region/CoreModules/Asset | |
parent | mantis 8327: fix minor typos (diff) | |
download | opensim-SC-31633699cf462d85a17997c89d8d93c05ae88cc2.zip opensim-SC-31633699cf462d85a17997c89d8d93c05ae88cc2.tar.gz opensim-SC-31633699cf462d85a17997c89d8d93c05ae88cc2.tar.bz2 opensim-SC-31633699cf462d85a17997c89d8d93c05ae88cc2.tar.xz |
mantis 8327: refix minor typos
Diffstat (limited to 'OpenSim/Region/CoreModules/Asset')
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs index d452805..d1cb5e8 100644 --- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs +++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | |||
@@ -1160,13 +1160,13 @@ namespace OpenSim.Region.CoreModules.Asset | |||
1160 | { | 1160 | { |
1161 | if(m_cleanupRunning) | 1161 | if(m_cleanupRunning) |
1162 | { | 1162 | { |
1163 | con.OutputFormat("Floatsam assets check already running"); | 1163 | con.OutputFormat("Flotsam assets check already running"); |
1164 | return; | 1164 | return; |
1165 | } | 1165 | } |
1166 | m_cleanupRunning = true; | 1166 | m_cleanupRunning = true; |
1167 | } | 1167 | } |
1168 | 1168 | ||
1169 | con.Output("Floatsam Ensuring assets are cached for all scenes."); | 1169 | con.Output("Flotsam Ensuring assets are cached for all scenes."); |
1170 | 1170 | ||
1171 | WorkManager.RunInThreadPool(delegate | 1171 | WorkManager.RunInThreadPool(delegate |
1172 | { | 1172 | { |