Corrected spelling of SQLITE. Fixes mantis #7675.

0.8.2-post-fixes
Kevin Cozens 2015-08-08 17:06:36 -04:00
parent d9a9f6f43b
commit f3c883a26d
1 changed files with 1 additions and 1 deletions

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