From e45db5917b374554d0d14b3320215afc9de3ba83 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 13 Sep 2008 16:53:58 +0000 Subject: Fix a typo in the DataSnapshot module --- OpenSim/Region/DataSnapshot/SnapshotStore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 { -- cgit v1.1