]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/OAuth1/OAuthUtil.php
Merge pull request #13238 from annando/issue-13221
[friendica.git] / src / Security / OAuth1 / OAuthUtil.php
index 2547f09080b37b0e9c0d7418689dabfbe43064e1..06847eceb3002b76d387ad1c02de69187ac0989b 100644 (file)
@@ -135,7 +135,7 @@ class OAuthUtil
                        $value     = isset($split[1]) ? OAuthUtil::urldecode_rfc3986($split[1]) : '';
 
                        if (isset($parsed_parameters[$parameter])) {
-                               // We have already recieved parameter(s) with this name, so add to the list
+                               // We have already received parameter(s) with this name, so add to the list
                                // of parameters with this name
 
                                if (is_scalar($parsed_parameters[$parameter])) {