Skip to content
Permalink
Browse files
fix typo
  • Loading branch information
jef-n committed Jan 24, 2015
1 parent c1e4371 commit ee842bc
Showing 1 changed file with 1 addition and 1 deletion.
@@ -485,7 +485,7 @@ QgsVectorLayer* QgsOfflineEditing::copyVectorLayer( QgsVectorLayer* layer, sqlit
}
else
{
showWarning( tr( "%1: Unknown data type %2. Not using type affinity for thie field." ).arg( fields[idx].name() ).arg( QVariant::typeToName( type ) ) );
showWarning( tr( "%1: Unknown data type %2. Not using type affinity for the field." ).arg( fields[idx].name() ).arg( QVariant::typeToName( type ) ) );
}

sql += delim + QString( "'%1' %2" ).arg( fields[idx].name() ).arg( dataType );

0 comments on commit ee842bc

Please sign in to comment.