mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
spelling fixes
This commit is contained in:
parent
a40364866e
commit
1a07991b7a
@ -875,7 +875,7 @@ QgsVectorFileWriter::writeAsVectorFormat( QgsVectorLayer* layer,
|
||||
{
|
||||
if ( OGRERR_NONE != OGR_L_CommitTransaction( writer->mLayer ) )
|
||||
{
|
||||
QgsDebugMsg( "Error while commiting transaction on OGRLayer." );
|
||||
QgsDebugMsg( "Error while committing transaction on OGRLayer." );
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -208,7 +208,7 @@ void HeatmapGui::restoreSettings( bool usingLastInputLayer )
|
||||
|
||||
void HeatmapGui::saveSettings()
|
||||
{
|
||||
// Save persistant settings
|
||||
// Save persistent settings
|
||||
QSettings s;
|
||||
s.setValue( "/Heatmap/lastFormat", QVariant( formatCombo->currentIndex() ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user