mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Corrected spelling of SQLITE. Fixes mantis #7675.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user