From f3c883a26d00d92b22269c13b5e2adbb31ddd556 Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Sat, 8 Aug 2015 17:06:36 -0400 Subject: Corrected spelling of SQLITE. Fixes mantis #7675. --- OpenSim/Data/SQLite/SQLiteSimulationData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs index a12004e..6ed3d40 100644 --- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs +++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs @@ -51,7 +51,7 @@ namespace OpenSim.Data.SQLite public class SQLiteSimulationData : ISimulationDataStore { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); - private static readonly string LogHeader = "[REGION DB SQLLITE]"; + private static readonly string LogHeader = "[REGION DB SQLITE]"; private const string primSelect = "select * from prims"; private const string shapeSelect = "select * from primshapes"; -- cgit v1.1