Skip to content

Commit 1a07991

Browse files
committed
spelling fixes
1 parent a403648 commit 1a07991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/qgsvectorfilewriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ QgsVectorFileWriter::writeAsVectorFormat( QgsVectorLayer* layer,
875875
{
876876
if ( OGRERR_NONE != OGR_L_CommitTransaction( writer->mLayer ) )
877877
{
878-
QgsDebugMsg( "Error while commiting transaction on OGRLayer." );
878+
QgsDebugMsg( "Error while committing transaction on OGRLayer." );
879879
}
880880
}
881881

src/plugins/heatmap/heatmapgui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void HeatmapGui::restoreSettings( bool usingLastInputLayer )
208208

209209
void HeatmapGui::saveSettings()
210210
{
211-
// Save persistant settings
211+
// Save persistent settings
212212
QSettings s;
213213
s.setValue( "/Heatmap/lastFormat", QVariant( formatCombo->currentIndex() ) );
214214

0 commit comments

Comments
 (0)