]> git.mxchange.org Git - friendica.git/commitdiff
Fix typo in comment in mod/redir
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 22 Nov 2018 03:27:57 +0000 (22:27 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 22 Nov 2018 03:27:57 +0000 (22:27 -0500)
mod/redir.php

index f22af545f7bbe1b9d4809773911c9910082277d1..701b85953ca1e63683103ba54bc0810566d08fa3 100644 (file)
@@ -43,7 +43,7 @@ function redir_init(App $a) {
 
                if ($contact['uid'] == 0 && local_user()) {
                        // Let's have a look if there is an established connection
-                       // between the puplic contact we have found and the local user.
+                       // between the public contact we have found and the local user.
                        $contact = DBA::selectFirst('contact', $fields, ['nurl' => $contact['nurl'], 'uid' => local_user()]);
 
                        if (DBA::isResult($contact)) {