spelling: concatenated

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:12 -04:00
parent afb6249d70
commit 33986ffa0e
1 changed files with 1 additions and 1 deletions

View 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()
{