Skip to content

Commit 3d132e6

Browse files
committedMay 12, 2020
Fix typo
1 parent a516008 commit 3d132e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/vectortile/qgsvectortilelayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bool QgsVectorTileLayer::loadDataSource()
5151
{
5252
if ( !QgsVectorTileUtils::checkXYZUrlTemplate( mSourcePath ) )
5353
{
54-
QgsDebugMsg( QStringLiteral( "Invaid format of URL for XYZ source: " ) + mSourcePath );
54+
QgsDebugMsg( QStringLiteral( "Invalid format of URL for XYZ source: " ) + mSourcePath );
5555
return false;
5656
}
5757

0 commit comments

Comments
 (0)
Please sign in to comment.