Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -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." );
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/heatmap/heatmapgui.cpp
Expand Up @@ -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() ) );

Expand Down

0 comments on commit 1a07991

Please sign in to comment.