]> git.mxchange.org Git - friendica.git/commitdiff
spelling: refers
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:13 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Model/Item.php

index 3d3e4d0014ece2b9216d162f5a47de9fa89da9c8..6ddfdba592cc2555de9d67df390f8c711f6f9eec 100644 (file)
@@ -1499,7 +1499,7 @@ class Item
 
                $users = [];
 
-               /// @todo add a field "pcid" in the contact table that referrs to the public contact id.
+               /// @todo add a field "pcid" in the contact table that refers to the public contact id.
                $owner = DBA::selectFirst('contact', ['url', 'nurl', 'alias'], ['id' => $parent['owner-id']]);
                if (!DBA::isResult($owner)) {
                        return;