From 33986ffa0e05bffcdfd888ed6d2e86943ce497d2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:12 -0400 Subject: [PATCH] spelling: concatenated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Security/OAuth1/OAuthRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Security/OAuth1/OAuthRequest.php b/src/Security/OAuth1/OAuthRequest.php index b88aa9296c..9e5892e46e 100644 --- a/src/Security/OAuth1/OAuthRequest.php +++ b/src/Security/OAuth1/OAuthRequest.php @@ -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() { -- 2.39.5