]> git.mxchange.org Git - friendica.git/commitdiff
spelling: concatenated
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:12 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Security/OAuth1/OAuthRequest.php

index b88aa9296c5fb3c5a1cf3aa03c16f5ec5f7928b3..9e5892e46e8958b4e92d2bfec594e7c6a82d7534 100644 (file)
@@ -190,7 +190,7 @@ class OAuthRequest
         *
         * The base string defined as the method, the url
         * and the parameters (normalized), each urlencoded
-        * and the concated with &.
+        * and concatenated with &.
         */
        public function get_signature_base_string()
        {