Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 23, 2018
1 parent 6b917e0 commit be92b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/qgsprojectlayergroupdialog.cpp
Expand Up @@ -194,14 +194,14 @@ void QgsProjectLayerGroupDialog::changeProjectFile()
return;
}
}
QString errorMesssage;
QString errorMessage;
int errorLine;
if ( !projectDom.setContent( &projectFile, &errorMesssage, &errorLine ) )
if ( !projectDom.setContent( &projectFile, &errorMessage, &errorLine ) )
{
QgsDebugMsg( QStringLiteral( "Error reading the project file %1 at line %2: %3" )
.arg( projectFile.fileName() )
.arg( errorLine )
.arg( errorMesssage ) );
.arg( errorMessage ) );
return;
}

Expand Down

0 comments on commit be92b21

Please sign in to comment.