diff --git a/mod/redir.php b/mod/redir.php index f22af545f7..701b85953c 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)) {