aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot/SnapshotStore.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-13 16:53:58 +0000
committerMelanie Thielker2008-09-13 16:53:58 +0000
commite45db5917b374554d0d14b3320215afc9de3ba83 (patch)
tree94072c482fd1c853c0091a09d4fee0d5fd0d41d0 /OpenSim/Region/DataSnapshot/SnapshotStore.cs
parentMantis #2182 (diff)
downloadopensim-SC_OLD-e45db5917b374554d0d14b3320215afc9de3ba83.zip
opensim-SC_OLD-e45db5917b374554d0d14b3320215afc9de3ba83.tar.gz
opensim-SC_OLD-e45db5917b374554d0d14b3320215afc9de3ba83.tar.bz2
opensim-SC_OLD-e45db5917b374554d0d14b3320215afc9de3ba83.tar.xz
Fix a typo in the DataSnapshot module
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 {