Skip to content

Commit dc15ae1

Browse files
committed
Spelling
1 parent f1b2893 commit dc15ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/spatialite/qgsspatialiteprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4599,7 +4599,7 @@ bool QgsSpatiaLiteProvider::checkLayerType()
45994599
{
46004600
queryGeomTableName = sqlite3_column_table_name( stmt, 1 );
46014601
}
4602-
// 2. check if the table has a useable ROWID
4602+
// 2. check if the table has a usable ROWID
46034603
if ( ! queryGeomTableName.isEmpty() )
46044604
{
46054605
sql = QStringLiteral( "SELECT ROWID FROM %1 WHERE ROWID IS NOT NULL LIMIT 1" ).arg( quotedIdentifier( queryGeomTableName ) );

0 commit comments

Comments
 (0)