diff options
author | Melanie Thielker | 2008-09-13 16:53:58 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-13 16:53:58 +0000 |
commit | e45db5917b374554d0d14b3320215afc9de3ba83 (patch) | |
tree | 94072c482fd1c853c0091a09d4fee0d5fd0d41d0 /OpenSim | |
parent | Mantis #2182 (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/DataSnapshot/SnapshotStore.cs | 2 |
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 | { |