From 46cd39fb34613f4b331793f19c0e562f93125066 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:13:16 -0400 Subject: [PATCH] spelling: one Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Protocol/Salmon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/Salmon.php b/src/Protocol/Salmon.php index 50d1b931c9..5047375ea0 100644 --- a/src/Protocol/Salmon.php +++ b/src/Protocol/Salmon.php @@ -85,7 +85,7 @@ class Salmon Logger::notice('Key located', ['ret' => $ret]); if (count($ret) == 1) { - /* We only found one one key so we don't care if the hash matches. + /* We only found one key so we don't care if the hash matches. * If it's the wrong key we'll find out soon enough because * message verification will fail. This also covers some older * software which don't supply a keyhash. As long as they only