mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 17:39:58 +00:00
Fix comment spelling errors
.. lots of them !
This commit is contained in:
committed by
Mark Liversedge
parent
1cd85fa415
commit
35eb416bd2
@@ -66,7 +66,7 @@ OAuthDialog::OAuthDialog(Context *context, OAuthSite site) :
|
||||
reply = oauth_http_get(req_url,postarg);
|
||||
if (reply != NULL) {
|
||||
|
||||
// will split reply into paramters using strdup
|
||||
// will split reply into parameters using strdup
|
||||
rc = oauth_split_url_parameters(reply, &rv);
|
||||
|
||||
if (rc >= 3) {
|
||||
|
||||
Reference in New Issue
Block a user