Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
elpaso committed Aug 9, 2017
1 parent 399aba8 commit e19c60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsdataitems.cpp
Expand Up @@ -208,7 +208,7 @@ QGISEXTERN int dataCapabilities()

QGISEXTERN QgsDataItem *dataItem( QString path, QgsDataItem *parentItem )
{
QgsDebugMsg( "thePath = " + path );
QgsDebugMsg( "path = " + path );
if ( path.isEmpty() )
{
return new QgsWfsRootItem( parentItem, QStringLiteral( "WFS" ), QStringLiteral( "wfs:" ) );
Expand Down

0 comments on commit e19c60b

Please sign in to comment.