Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Feb 25, 2019
1 parent 98bd6d6 commit 84e903c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspathresolver.cpp
Expand Up @@ -164,7 +164,7 @@ QString QgsPathResolver::writePath( const QString &src ) const
return src;
}

// Check if it is a plublicSource uri and clean it
// Check if it is a publicSource uri and clean it
QUrl url { src };
QString srcPath { src };
QString urlQuery;
Expand Down

0 comments on commit 84e903c

Please sign in to comment.