From 7e82d70449479416d8f148c5f1f4424c90098b71 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:40:35 -0400 Subject: [PATCH] spelling: public Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Module/Owa.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Owa.php b/src/Module/Owa.php index 8bbc9a916e..69abd8e871 100644 --- a/src/Module/Owa.php +++ b/src/Module/Owa.php @@ -85,7 +85,7 @@ class Owa extends BaseModule $result = ''; - // Encrypt the token with the public contacts publik key. + // Encrypt the token with the public contacts public key. // Only the specific public contact will be able to encrypt it. // At a later time, we will compare weather the token we're getting // is really the same token we have stored in the database.