From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Thu, 22 Nov 2018 03:27:57 +0000 (-0500)
Subject: Fix typo in comment in mod/redir
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c91a87bc075227f6f236dc8300bfae6dba0332cf;p=friendica.git

Fix typo in comment in mod/redir
---

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)) {