Skip to content

Commit be92b21

Browse files
committed
typo
1 parent 6b917e0 commit be92b21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/qgsprojectlayergroupdialog.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,14 @@ void QgsProjectLayerGroupDialog::changeProjectFile()
194194
return;
195195
}
196196
}
197-
QString errorMesssage;
197+
QString errorMessage;
198198
int errorLine;
199-
if ( !projectDom.setContent( &projectFile, &errorMesssage, &errorLine ) )
199+
if ( !projectDom.setContent( &projectFile, &errorMessage, &errorLine ) )
200200
{
201201
QgsDebugMsg( QStringLiteral( "Error reading the project file %1 at line %2: %3" )
202202
.arg( projectFile.fileName() )
203203
.arg( errorLine )
204-
.arg( errorMesssage ) );
204+
.arg( errorMessage ) );
205205
return;
206206
}
207207

0 commit comments

Comments
 (0)