Fix a typo in the DataSnapshot module

0.6.0-stable
Melanie Thielker 2008-09-13 16:53:58 +00:00
parent 99f1e1d107
commit e45db5917b
1 changed files with 1 additions and 1 deletions

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
{