From 7dfdcf66e4cac52bb59c21ab612f185e4ec8534c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:11 -0400 Subject: [PATCH] spelling: recipient Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Core/ACL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/ACL.php b/src/Core/ACL.php index 4ed8d602a..ba4564589 100644 --- a/src/Core/ACL.php +++ b/src/Core/ACL.php @@ -47,7 +47,7 @@ class ACL /** * Returns a select input tag for private message recipient * - * @param int $selected Existing recipien contact ID + * @param int $selected Existing recipient contact ID * @return string * @throws \Exception */