Corrected spelling of SQLITE. Fixes mantis #7675.

This commit is contained in:
Kevin Cozens
2015-08-08 17:06:36 -04:00
parent d9a9f6f43b
commit f3c883a26d

View File

@@ -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";