Skip to content

Commit 84e903c

Browse files
committedFeb 25, 2019
Typo
1 parent 98bd6d6 commit 84e903c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgspathresolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ QString QgsPathResolver::writePath( const QString &src ) const
164164
return src;
165165
}
166166

167-
// Check if it is a plublicSource uri and clean it
167+
// Check if it is a publicSource uri and clean it
168168
QUrl url { src };
169169
QString srcPath { src };
170170
QString urlQuery;

0 commit comments

Comments
 (0)
Please sign in to comment.