Skip to content
Permalink
Browse files
spelling fixes
  • Loading branch information
jef-n committed Jun 30, 2013
1 parent a403648 commit 1a07991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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() ) );

0 comments on commit 1a07991

Please sign in to comment.