spelling: public

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:40:35 -04:00
parent 65730ffa86
commit 7e82d70449
1 changed files with 1 additions and 1 deletions

View File

@ -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.