Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 21, 2018
1 parent c3c5c97 commit b886e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsfeatureiterator.cpp
Expand Up @@ -478,7 +478,7 @@ void QgsWFSFeatureDownloader::run( bool serializeFeatures, int maxFeatures )

int featureCountForThisResponse = 0;
bool bytesStillAvailableInReply = false;
// Loop until there is no data coming from the current requst
// Loop until there is no data coming from the current request
while ( true )
{
if ( !bytesStillAvailableInReply )
Expand Down

0 comments on commit b886e22

Please sign in to comment.