aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot/SnapshotStore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/DataSnapshot/SnapshotStore.cs')
-rw-r--r--OpenSim/Region/DataSnapshot/SnapshotStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/SnapshotStore.cs b/OpenSim/Region/DataSnapshot/SnapshotStore.cs
index a0d7c48..e169a86 100644
--- a/OpenSim/Region/DataSnapshot/SnapshotStore.cs
+++ b/OpenSim/Region/DataSnapshot/SnapshotStore.cs
@@ -59,7 +59,7 @@ namespace OpenSim.Region.DataSnapshot
59 59
60 if (Directory.Exists(m_directory)) 60 if (Directory.Exists(m_directory))
61 { 61 {
62 m_log.Info("[DATASNAPSHOT]: Repsonse and fragment cache directory already exists."); 62 m_log.Info("[DATASNAPSHOT]: Response and fragment cache directory already exists.");
63 } 63 }
64 else 64 else
65 { 65 {