Fix a typo in the DataSnapshot module

This commit is contained in:
Melanie Thielker
2008-09-13 16:53:58 +00:00
parent 99f1e1d107
commit e45db5917b

View File

@@ -59,7 +59,7 @@ namespace OpenSim.Region.DataSnapshot
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
{