Skip to content

Commit b886e22

Browse files
committedMay 21, 2018
Fix typo
1 parent c3c5c97 commit b886e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wfs/qgswfsfeatureiterator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ void QgsWFSFeatureDownloader::run( bool serializeFeatures, int maxFeatures )
478478

479479
int featureCountForThisResponse = 0;
480480
bool bytesStillAvailableInReply = false;
481-
// Loop until there is no data coming from the current requst
481+
// Loop until there is no data coming from the current request
482482
while ( true )
483483
{
484484
if ( !bytesStillAvailableInReply )

0 commit comments

Comments
 (0)
Please sign in to comment.