Fix comment spelling errors

.. lots of them !
This commit is contained in:
Claus Assmann
2014-11-24 15:37:56 +00:00
committed by Mark Liversedge
parent 1cd85fa415
commit 35eb416bd2
70 changed files with 279 additions and 198 deletions

View File

@@ -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) {