Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[oauth] Spelling
  • Loading branch information
elpaso committed Jul 19, 2018
1 parent bb4f737 commit c50e99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/oauth2/qgso2.cpp
Expand Up @@ -172,7 +172,7 @@ void QgsO2::link()
// Save redirect URI, as we have to reuse it when requesting the access token
redirectUri_ = localhostPolicy_.arg( replyServer_->serverPort() );
}
// Assemble intial authentication URL
// Assemble initial authentication URL
QList<QPair<QString, QString> > parameters;
parameters.append( qMakePair( QString( O2_OAUTH2_RESPONSE_TYPE ), ( grantFlow_ == GrantFlowAuthorizationCode ) ?
QString( O2_OAUTH2_GRANT_TYPE_CODE ) :
Expand Down

0 comments on commit c50e99e

Please sign in to comment.