Skip to content

Commit c50e99e

Browse files
committed
[oauth] Spelling
1 parent bb4f737 commit c50e99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/oauth2/qgso2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void QgsO2::link()
172172
// Save redirect URI, as we have to reuse it when requesting the access token
173173
redirectUri_ = localhostPolicy_.arg( replyServer_->serverPort() );
174174
}
175-
// Assemble intial authentication URL
175+
// Assemble initial authentication URL
176176
QList<QPair<QString, QString> > parameters;
177177
parameters.append( qMakePair( QString( O2_OAUTH2_RESPONSE_TYPE ), ( grantFlow_ == GrantFlowAuthorizationCode ) ?
178178
QString( O2_OAUTH2_GRANT_TYPE_CODE ) :

0 commit comments

Comments
 (0)