Fix a typo in the DataSnapshot module
parent
99f1e1d107
commit
e45db5917b
|
@ -59,7 +59,7 @@ namespace OpenSim.Region.DataSnapshot
|
||||||
|
|
||||||
if (Directory.Exists(m_directory))
|
if (Directory.Exists(m_directory))
|
||||||
{
|
{
|
||||||
m_log.Info("[DATASNAPSHOT]: Repsonse and fragment cache directory already exists.");
|
m_log.Info("[DATASNAPSHOT]: Response and fragment cache directory already exists.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue