Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed May 12, 2020
1 parent a516008 commit 3d132e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vectortile/qgsvectortilelayer.cpp
Expand Up @@ -51,7 +51,7 @@ bool QgsVectorTileLayer::loadDataSource()
{
if ( !QgsVectorTileUtils::checkXYZUrlTemplate( mSourcePath ) )
{
QgsDebugMsg( QStringLiteral( "Invaid format of URL for XYZ source: " ) + mSourcePath );
QgsDebugMsg( QStringLiteral( "Invalid format of URL for XYZ source: " ) + mSourcePath );
return false;
}

Expand Down

0 comments on commit 3d132e6

Please sign in to comment.