From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:08:13 +0000 (-0400) Subject: spelling: refers X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f6bd4f5d79ffca7ff150d84f1ef1d4aa5ae0ba95;p=friendica.git spelling: refers Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Model/Item.php b/src/Model/Item.php index 3d3e4d0014..6ddfdba592 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -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;