]> git.mxchange.org Git - friendica.git/commitdiff
spelling: public
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:40:35 +0000 (18:40 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 27 Mar 2023 00:04:18 +0000 (20:04 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Module/Owa.php

index 8bbc9a916e862de0de2e1f82c6e45ce8f4c02534..69abd8e871fb5a2aa4640029b17199647f4d264c 100644 (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.