From c91a87bc075227f6f236dc8300bfae6dba0332cf Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 21 Nov 2018 22:27:57 -0500 Subject: [PATCH] Fix typo in comment in mod/redir --- mod/redir.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/redir.php b/mod/redir.php index f22af545f..701b85953 100644 --- a/mod/redir.php +++ b/mod/redir.php @@ -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)) {